Skip to content

Commit 388d90a

Browse files
HTGAzureX1212m-ou-se
authored andcommitted
make edition 2021 stable
1 parent 13edc17 commit 388d90a

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
@@ -66,7 +66,7 @@ impl Edition {
6666
match *self {
6767
Edition::Edition2015 => true,
6868
Edition::Edition2018 => true,
69-
Edition::Edition2021 => false,
69+
Edition::Edition2021 => true,
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)