|
|
back to boardCommon Board[TO ADMINS] Rust compiler: edition 2021 Hi, I've got a compilation error in Rust (id: 10760679) because of a feature that appears in edition 2021, and the compiler on Timus uses some previous edition. Any plans to compile Rust code in edition 2021? It's already 2024 and the edition is stable (in fact, a newer edition will be released in several months), so it makes no sense to stick to an older edition. Re: [TO ADMINS] Rust compiler: edition 2021 The current version of Rust compiler is 1.75.0, which was released on 28 December, 2023. Re: [TO ADMINS] Rust compiler: edition 2021 Re: [TO ADMINS] Rust compiler: edition 2021 Thanks for explanation. The command line changed to: rustc -O --edition 2021 %1 Re: [TO ADMINS] Rust compiler: edition 2021 Thank you! |
|
|