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