Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint

This commit is contained in:
leonardo.yvens 2018-06-08 18:26:37 -03:00 committed by Leonardo Yvens Schwarzstein
parent a602654a6e
commit cc60e01581
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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