]> git.lizzy.rs Git - rust.git/commit
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)
commit600901152c223faad80d7cb419cecccd71803723
tree1fc5d3aa0ee19371cf4ad9aac407a38ff213ac3c
parent758c5e823621d1a6ef57f7a3a3cd5ba19116a777
parentfdaae344785f11ff4226c6eaaacd7b8c954ca013
auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphism

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.