rustc: Remove all fixed-length strings from our codebase

This commit is contained in:
Patrick Walton 2012-08-03 11:22:35 -07:00
parent b3933b8822
commit dfe1f6260e
9 changed files with 22 additions and 19 deletions

View file

@ -2164,7 +2164,7 @@ class parser {
}
_ => {
self.fatal(~"expected `,` or `)`, found `" +
token_to_str(self.reader, self.token) + "`");
token_to_str(self.reader, self.token) + ~"`");
}
}
} else {