Skip to content

Commit

Permalink
review comment: change linked ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Apr 23, 2019
1 parent e3fb331 commit 4c01573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ impl<'a> Parser<'a> {
to tuple field access",
);
err.note(
"for more context, see https://github.com/rust-lang/rust/issues/59553",
"for more context, see https://github.com/rust-lang/rust/issues/60210",
);
err
} else {
Expand Down

0 comments on commit 4c01573

Please sign in to comment.