aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0035_unclosed_raw_string_with_ascii_escape.txt
blob: 2bdeea0ff53abb88966ef7a79cea95c13c7661c4 (plain)
1
2
RAW_STRING 8 "r##\"\\x7f"
> error[0; 8) token("r##\"\\x7f") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)