about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_lint/lib.rs2
-rw-r--r--src/test/ui/issue-50781.stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs
index ef12df795a6..1d443258dc6 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 <https://github.com/rust-lang/rust/issues/51443>",
             edition: None,
         },
         FutureIncompatibleInfo {
diff --git a/src/test/ui/issue-50781.stderr b/src/test/ui/issue-50781.stderr
index ec24445e468..047b847e67e 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 <https://github.com/rust-lang/rust/issues/51443>
    = note: method `foo` references the `Self` type in where clauses
 
 error: aborting due to previous error