aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0036_unclosed_raw_string_with_unicode_escape.txt
blob: 667d4d79f9fee28bed86c1211ff800e675d6474d (plain)
1
2
RAW_STRING 12 "r##\"\\u{20AA}"
> error[0; 12) token("r##\"\\u{20AA}") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)