aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0027_unclosed_byte_string_with_ascii_escape.txt
blob: 76e16d7d3489d5363ac30bf92f15ba4e80989fc2 (plain)
1
2
BYTE_STRING 6 "b\"\\x7f"
> error[0; 6) token("b\"\\x7f") msg(Missing trailing `"` symbol to terminate the byte string literal)