We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f2db7 + b0f43fa commit 4452337Copy full SHA for 4452337
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