We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c7d84 commit 1d4dd15Copy full SHA for 1d4dd15
compiler/rustc_span/src/edition.rs
@@ -45,7 +45,7 @@ pub const ALL_EDITIONS: &[Edition] = &[
45
Edition::EditionFuture,
46
];
47
48
-pub const EDITION_NAME_LIST: &str = "<2015|2018|2021|2024>";
+pub const EDITION_NAME_LIST: &str = "<2015|2018|2021|2024|future>";
49
50
pub const DEFAULT_EDITION: Edition = Edition::Edition2015;
51
0 commit comments