aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0012_unclosed_byte_with_unicode_escape.txt
blob: dfca22a59823960216e46bee624715b5850f43aa (plain)
1
2
BYTE 10 "b\'\\u{20AA}"
> error[0; 10) token("b\'\\u{20AA}") msg(Missing trailing `'` symbol to terminate the byte literal)