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