Skip to content

Commit 1d4dd15

Browse files
xizheyinfmease
andauthored
Update compiler/rustc_span/src/edition.rs
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent c5c7d84 commit 1d4dd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/edition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub const ALL_EDITIONS: &[Edition] = &[
4545
Edition::EditionFuture,
4646
];
4747

48-
pub const EDITION_NAME_LIST: &str = "<2015|2018|2021|2024>";
48+
pub const EDITION_NAME_LIST: &str = "<2015|2018|2021|2024|future>";
4949

5050
pub const DEFAULT_EDITION: Edition = Edition::Edition2015;
5151

0 commit comments

Comments
 (0)