Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint
This commit is contained in:
parent
a602654a6e
commit
cc60e01581
@ -294,7 +294,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
|
||||
},
|
||||
FutureIncompatibleInfo {
|
||||
id: LintId::of(WHERE_CLAUSES_OBJECT_SAFETY),
|
||||
reference: "issue TBD",
|
||||
reference: "issue #51443 <https://github.com/rust-lang/rust/issues/51443>",
|
||||
edition: None,
|
||||
},
|
||||
FutureIncompatibleInfo {
|
||||
|
@ -10,7 +10,7 @@ note: lint level defined here
|
||||
LL | #![deny(where_clauses_object_safety)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
||||
= note: for more information, see issue TBD
|
||||
= note: for more information, see issue #51443 <https://github.com/rust-lang/rust/issues/51443>
|
||||
= note: method `foo` references the `Self` type in where clauses
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
x
Reference in New Issue
Block a user