Skip to content

Commit

Permalink
Auto merge of #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 #50781
r? lcnr
  • Loading branch information
bors committed May 20, 2024
2 parents b92758a + 51e80f7 commit c1a4c20
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 @@ -2130,10 +2130,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,
Deny,
"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 c1a4c20

Please sign in to comment.