mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
rustc's default edition is 2015 to preserve backwards compatibility, and the playground appears to follow this scheme. However, 2018 edition Rust is the current standard and is the default that Cargo uses when initializing new projects. It adds support for various features, including async/await and a new module system. As a result, I think Zulip should default to 2018 edition when linking to the playground. Users can always select a different edition once in the playground if they would like.
11 KiB
11 KiB