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