Skip to content

Commit

Permalink
Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat …
Browse files Browse the repository at this point in the history
…lint
  • Loading branch information
leoyvens committed Jun 25, 2018
1 parent a602654 commit cc60e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/issue-50781.stderr
Expand Up @@ -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
Expand Down

0 comments on commit cc60e01

Please sign in to comment.