Cancel process
This commit is contained in:
parent
d19294feee
commit
ec8db2a944
1 changed files with 1 additions and 1 deletions
|
|
@ -1445,7 +1445,7 @@ impl<'a> StringReader<'a> {
|
|||
format!("\"{}\"", &self.src[start..end]),
|
||||
Applicability::MachineApplicable
|
||||
).emit();
|
||||
return Ok(token::Literal(token::Str_(Symbol::intern("??")), None))
|
||||
FatalError.raise();
|
||||
}
|
||||
if self.ch_is('\n') || self.is_eof() || self.ch_is('/') {
|
||||
// Only attempt to infer single line string literals. If we encounter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue