1
Fork 0

librustc: Fix merge fallout.

This commit is contained in:
Patrick Walton 2013-06-14 19:40:11 -07:00 committed by Corey Richardson
parent 03ab6351cc
commit 89eb995195
12 changed files with 34 additions and 37 deletions

View file

@ -378,7 +378,7 @@ impl Parser {
self.fatal(
fmt!(
"expected `%s`, found `%s`",
*self.id_to_str(kw.to_ident()),
self.id_to_str(kw.to_ident()).to_str(),
self.this_token_to_str()
)
);