]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #67010 - estebank:raw-idents, r=Centril
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 5 Dec 2019 18:03:15 +0000 (19:03 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 18:03:15 +0000 (19:03 +0100)
commit8e6cf861e5e1b558b6a03dd0eaabc15b37570063
treee445f9e8705333bba11b133a94b1c077c89536db
parent9a72b42a6d8a2d587a9db4f0073829de118e9997
parent0103308ad3745109600541e139af5571838b8791
Rollup merge of #67010 - estebank:raw-idents, r=Centril

Accurately portray raw identifiers in error messages

When refering to or suggesting raw identifiers, refer to them with `r#`.

Fix #65634.
src/libsyntax_pos/symbol.rs