aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0032_unclosed_byte_string_with_slash_double_quote.txt
blob: 884b12c8ee060898e0bb847e66c540ed60b3d4bd (plain)
1
2
BYTE_STRING 4 "b\"\\\""
> error0..4 token("b\"\\\"") msg(Missing trailing `"` symbol to terminate the byte string literal)