mirror of https://github.com/zulip/zulip.git
b559da68bf
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. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |