File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_lint_defs/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3211,7 +3211,7 @@ declare_lint! {
3211
3211
"detects usage of old versions of or-patterns" ,
3212
3212
@future_incompatible = FutureIncompatibleInfo {
3213
3213
reference: "issue #84869 <https://github.com/rust-lang/rust/issues/84869>" ,
3214
- edition : Some ( Edition :: Edition2021 ) ,
3214
+ reason : FutureIncompatibilityReason :: EditionError ( Edition :: Edition2021 ) ,
3215
3215
} ;
3216
3216
}
3217
3217
@@ -3260,6 +3260,6 @@ declare_lint! {
3260
3260
prelude in future editions",
3261
3261
@future_incompatible = FutureIncompatibleInfo {
3262
3262
reference: "issue #85684 <https://github.com/rust-lang/rust/issues/85684>" ,
3263
- edition : Some ( Edition :: Edition2021 ) ,
3263
+ reason : FutureIncompatibilityReason :: EditionError ( Edition :: Edition2021 ) ,
3264
3264
} ;
3265
3265
}
You can’t perform that action at this time.
0 commit comments