aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0024_unclosed_string_with_slash_double_quote.txt
blob: 041d7fb6efcdacb20609ffedd65c4d5a0f0ae21f (plain)
1
2
STRING 3 "\"\\\""
> error[0; 3) token("\"\\\"") msg(Missing trailing `"` symbol to terminate the string literal)