We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bed11a commit 6adbbb6Copy full SHA for 6adbbb6
compiler/rustc_span/src/edition.rs
@@ -32,7 +32,7 @@ pub const EDITION_NAME_LIST: &str = "2015|2018|2021";
32
33
pub const DEFAULT_EDITION: Edition = Edition::Edition2015;
34
35
-pub const LATEST_STABLE_EDITION: Edition = Edition::Edition2018;
+pub const LATEST_STABLE_EDITION: Edition = Edition::Edition2021;
36
37
impl fmt::Display for Edition {
38
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
0 commit comments