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