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