Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0b51d7

Browse files
estebankpietroalbini
authored andcommittedApr 26, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.