]> git.lizzy.rs Git - rust.git/commitdiff
Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint
authorleonardo.yvens <leoyvens@gmail.com>
Fri, 8 Jun 2018 21:26:37 +0000 (18:26 -0300)
committerLeonardo Yvens Schwarzstein <leoyvens@gmail.com>
Mon, 25 Jun 2018 09:57:08 +0000 (06:57 -0300)
src/librustc_lint/lib.rs
src/test/ui/issue-50781.stderr

index ef12df795a61f628aa25bc8681d7879ab43b2b96..1d443258dc6423dd93c715aaff3f0e1149e8a761 100644 (file)
@@ -294,7 +294,7 @@ macro_rules! add_lint_group {
         },
         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 {
index ec24445e468b6c334dfe83e539d28bee1a9e5e96..047b847e67e817c6cdcab01244878e3b322907a4 100644 (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