librustc: Fix merge fallout.
This commit is contained in:
committed by
Corey Richardson
parent
03ab6351cc
commit
89eb995195
@@ -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()
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user