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 5a9dbe1 commit 63ccd04Copy full SHA for 63ccd04
src/librustc/lint/builtin.rs
@@ -398,7 +398,7 @@ declare_lint! {
398
declare_lint! {
399
pub INDIRECT_STRUCTURAL_MATCH,
400
// defaulting to allow until rust-lang/rust#62614 is fixed.
401
- Allow,
+ Warn,
402
"pattern with const indirectly referencing non-`#[structural_match]` type",
403
@future_incompatible = FutureIncompatibleInfo {
404
reference: "issue #62411 <https://github.com/rust-lang/rust/issues/62411>",
0 commit comments