aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0027_unclosed_byte_string_with_ascii_escape.txt
blob: 541a013d853a0295cd123b408e8ca959cd48332f (plain)
1
2
BYTE_STRING 6 "b\"\\x7f"
> error0..6 token("b\"\\x7f") msg(Missing trailing `"` symbol to terminate the byte string literal)