Revert change
This commit is contained in:
parent
a4ff1dcc53
commit
6e59c64326
@ -1456,9 +1456,8 @@ impl<'a> StringReader<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
self.err_span_(start_with_quote, pos,
|
||||
"character literal may only contain one codepoint");
|
||||
self.bump();
|
||||
self.fatal_span_verbose(start_with_quote, pos,
|
||||
String::from("character literal may only contain one codepoint")).raise();
|
||||
}
|
||||
|
||||
let id = if valid {
|
||||
|
Loading…
Reference in New Issue
Block a user