We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd90d5c commit b0f43faCopy full SHA for b0f43fa
compiler/rustc_lint_defs/src/builtin.rs
@@ -2129,10 +2129,10 @@ declare_lint! {
2129
/// [issue #51443]: https://github.com/rust-lang/rust/issues/51443
2130
/// [future-incompatible]: ../index.md#future-incompatible-lints
2131
pub WHERE_CLAUSES_OBJECT_SAFETY,
2132
- Warn,
+ Forbid,
2133
"checks the object safety of where clauses",
2134
@future_incompatible = FutureIncompatibleInfo {
2135
- reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
+ reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
2136
reference: "issue #51443 <https://github.com/rust-lang/rust/issues/51443>",
2137
};
2138
}
0 commit comments