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