Skip to content

Commit

Permalink
Auto merge of rust-lang#124305 - compiler-errors:deny-wc, r=<try>
Browse files Browse the repository at this point in the history
[crater] make `where_clauses_object_safety` forbid

cc rust-lang#50781
r? lcnr
  • Loading branch information
bors committed Apr 23, 2024
2 parents c2f2db7 + b0f43fa commit 4452337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2129,10 +2129,10 @@ declare_lint! {
/// [issue #51443]: https://github.com/rust-lang/rust/issues/51443
/// [future-incompatible]: ../index.md#future-incompatible-lints
pub WHERE_CLAUSES_OBJECT_SAFETY,
Warn,
Forbid,
"checks the object safety of where clauses",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #51443 <https://github.com/rust-lang/rust/issues/51443>",
};
}
Expand Down

0 comments on commit 4452337

Please sign in to comment.