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