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