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 13edc17 commit 388d90aCopy full SHA for 388d90a
compiler/rustc_span/src/edition.rs
@@ -66,7 +66,7 @@ impl Edition {
66
match *self {
67
Edition::Edition2015 => true,
68
Edition::Edition2018 => true,
69
- Edition::Edition2021 => false,
+ Edition::Edition2021 => true,
70
}
71
72
0 commit comments