We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388d90a commit 4bed11aCopy full SHA for 4bed11a
src/doc/rustc/src/command-line-arguments.md
@@ -93,7 +93,7 @@ This informs `rustc` of the name of your crate.
93
<a id="option-edition"></a>
94
## `--edition`: specify the edition to use
95
96
-This flag takes a value of `2015` or `2018`. The default is `2015`. More
+This flag takes a value of `2015`, `2018` or `2021`. The default is `2015`. More
97
information about editions may be found in the [edition guide].
98
99
[edition guide]: ../edition-guide/introduction.html
0 commit comments