Skip to content

Commit a0b51d7

Browse files
estebankpietroalbini
authored andcommitted
review comment: change linked ticket
1 parent 4b1c7ad commit a0b51d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ impl<'a> Parser<'a> {
11391139
to tuple field access",
11401140
);
11411141
err.note(
1142-
"for more context, see https://github.com/rust-lang/rust/issues/59553",
1142+
"for more context, see https://github.com/rust-lang/rust/issues/60210",
11431143
);
11441144
err
11451145
} else {

0 commit comments

Comments
 (0)