aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0042_unclosed_raw_byte_string_with_ascii_escape.txt
blob: 3bd3d815296cf89e181463df5d27455f5a016ae2 (plain)
1
2
RAW_BYTE_STRING 9 "br##\"\\x7f"
> error[0; 9) token("br##\"\\x7f") msg(Missing trailing `"` with `#` symbols to terminate the raw byte string literal)