summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_std_option.md
AgeCommit message (Collapse)Author
2021-02-14Set up release 0.57.Jussi Pakkanen
2021-01-31copy editing for 0.57 release notes [skip ci]Paolo Bonzini
2020-11-05rust: implement support for --editionDylan Baker
Using the std option, so now `rust_std=..` will work. I've chosen to use "std" even though rust calls these "editions", as meson refers to language versions as "standards", which makes meson feel more uniform, and be less surprising. Fixes: #5100