Skip to content

Commit

Permalink
Experiment: missing fragment specifier FutureReleaseErrorReportInDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jul 23, 2024
1 parent 8bfcae7 commit 142f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ declare_lint! {
Deny,
"detects missing fragment specifiers in unused `macro_rules!` patterns",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #40107 <https://github.com/rust-lang/rust/issues/40107>",
};
}
Expand Down

0 comments on commit 142f581

Please sign in to comment.