From 4bed11a109dbecc167298f163543ecfcd2abab63 Mon Sep 17 00:00:00 2001 From: HTG-YT Date: Wed, 18 Aug 2021 09:05:48 +0800 Subject: [PATCH] update rustc cmdargs markdown section --- src/doc/rustc/src/command-line-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md index 7d3cad7988c..7f482f0f2b1 100644 --- a/src/doc/rustc/src/command-line-arguments.md +++ b/src/doc/rustc/src/command-line-arguments.md @@ -93,7 +93,7 @@ This informs `rustc` of the name of your crate. ## `--edition`: specify the edition to use -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 information about editions may be found in the [edition guide]. [edition guide]: ../edition-guide/introduction.html