aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0028_unclosed_byte_string_with_unicode_escape.txt
blob: 09adffa160122d6d9ee2eb666543845bc6878e2f (plain)
1
2
BYTE_STRING 10 "b\"\\u{20AA}"
> error[0; 10) token("b\"\\u{20AA}") msg(Missing trailing `"` symbol to terminate the byte string literal)