]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphism
authorbors <bors@rust-lang.org>
Sun, 18 Aug 2013 09:51:59 +0000 (02:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 18 Aug 2013 09:51:59 +0000 (02:51 -0700)
The span was fixed at some point to point to the correct character, but
the error message is still bad. Update it to emit the actual character
in question (potentially escaped).

Fixes #3747.


Trivial merge