meson/docs/markdown/snippets/rust_std_option.md

6 lines
219 B
Markdown
Raw Normal View History

## Rust now has a a standard option
Rust calls these `editions`, however, meson generally refers to such language
versions as "standards", or "std" for short. Rust uses "std" to keep normalize
it with other languages.