Sign in
qemu
/
meson
/
refs/heads/capitalization
/
.
/
docs
/
markdown
/
snippets
/
rust_std_option.md
blob: 5b1ba3d5280a17cd2e8453aa6146077d2e9db017 [
file
] [
log
] [
blame
] [
view
]
## Rust now has an `std` option
Rust
calls these
`editions`
,
however
,
Meson
generally refers to such language
versions
as
"standards"
,
or
`std`
for
short
.
Therefore
,
Meson
's Rust support
uses `std` for consistency with other languages.