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