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