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