librustc: Fix merge fallout.
This commit is contained in:
parent
03ab6351cc
commit
89eb995195
12 changed files with 34 additions and 37 deletions
|
@ -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()
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue