aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0011_unclosed_byte_with_ascii_escape.txt
blob: b8c804a18942987f23b739ad44513b4ee7608310 (plain)
1
2
BYTE 6 "b\'\\x7f"
> error[0; 6) token("b\'\\x7f") msg(Missing trailing `'` symbol to terminate the byte literal)