From cc60e01581d3bb290a2299a6c2474aa29bf6a15f Mon Sep 17 00:00:00 2001 From: "leonardo.yvens" Date: Fri, 8 Jun 2018 18:26:37 -0300 Subject: [PATCH] Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint --- src/librustc_lint/lib.rs | 2 +- src/test/ui/issue-50781.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs index ef12df795a61f..1d443258dc642 100644 --- a/src/librustc_lint/lib.rs +++ b/src/librustc_lint/lib.rs @@ -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 ", edition: None, }, FutureIncompatibleInfo { diff --git a/src/test/ui/issue-50781.stderr b/src/test/ui/issue-50781.stderr index ec24445e468b6..047b847e67e81 100644 --- a/src/test/ui/issue-50781.stderr +++ b/src/test/ui/issue-50781.stderr @@ -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 = note: method `foo` references the `Self` type in where clauses error: aborting due to previous error