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