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