Skip to content

Commit cc60e01

Browse files
committed
Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint
1 parent a602654 commit cc60e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/librustc_lint/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
294294
},
295295
FutureIncompatibleInfo {
296296
id: LintId::of(WHERE_CLAUSES_OBJECT_SAFETY),
297-
reference: "issue TBD",
297+
reference: "issue #51443 <https://github.com/rust-lang/rust/issues/51443>",
298298
edition: None,
299299
},
300300
FutureIncompatibleInfo {

Diff for: src/test/ui/issue-50781.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ note: lint level defined here
1010
LL | #![deny(where_clauses_object_safety)]
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
13-
= note: for more information, see issue TBD
13+
= note: for more information, see issue #51443 <https://github.com/rust-lang/rust/issues/51443>
1414
= note: method `foo` references the `Self` type in where clauses
1515

1616
error: aborting due to previous error

0 commit comments

Comments
 (0)