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