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! {
32113211 "detects usage of old versions of or-patterns" ,
32123212 @future_incompatible = FutureIncompatibleInfo {
32133213 reference: "issue #84869 <https://github.com/rust-lang/rust/issues/84869>" ,
3214- edition : Some ( Edition :: Edition2021 ) ,
3214+ reason : FutureIncompatibilityReason :: EditionError ( Edition :: Edition2021 ) ,
32153215 } ;
32163216}
32173217
@@ -3260,6 +3260,6 @@ declare_lint! {
32603260 prelude in future editions",
32613261 @future_incompatible = FutureIncompatibleInfo {
32623262 reference: "issue #85684 <https://github.com/rust-lang/rust/issues/85684>" ,
3263- edition : Some ( Edition :: Edition2021 ) ,
3263+ reason : FutureIncompatibilityReason :: EditionError ( Edition :: Edition2021 ) ,
32643264 } ;
32653265}
You can’t perform that action at this time.
0 commit comments