We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b3f00 commit a7e732bCopy full SHA for a7e732b
src/tokenizer.rs
@@ -2079,7 +2079,6 @@ impl<'a> Tokenizer<'a> {
2079
}
2080
self.tokenizer_error(error_loc, "Unterminated string literal")
2081
2082
- // ~ not a literal introduced with _token_prefix_, assm
2083
_ => {
2084
let s = self.tokenize_word(String::from_iter(word_prefix), chars);
2085
Ok(Token::make_word(&s, None))
0 commit comments