aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0043_unclosed_raw_byte_string_with_unicode_escape.txt
blob: a512f0428f5e5189900dab225d361a09ce834b7a (plain)
1
2
RAW_BYTE_STRING 13 "br##\"\\u{20AA}"
> error[0; 13) token("br##\"\\u{20AA}") msg(Missing trailing `"` with `#` symbols to terminate the raw byte string literal)