aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0049_unstarted_raw_string_with_ascii.txt
blob: 782dfd974f65661e7cc329613a27adf2b54bb7c0 (plain)
1
2
3
4
5
6
7
8
9
10
RAW_STRING 4 "r## "
IDENT 1 "I"
WHITESPACE 1 " "
IDENT 4 "lack"
WHITESPACE 1 " "
IDENT 1 "a"
WHITESPACE 1 " "
IDENT 5 "quote"
EXCL 1 "!"
> error[0; 4) token("r## ") msg(Missing `"` symbol after `#` symbols to begin the raw string literal)