]> git.lizzy.rs Git - rust.git/blob - crates/syntax/test_data/lexer/err/0049_unstarted_raw_string_with_ascii.txt
e22fe5374f09075d1881cf1ffdfc11b030005f00
[rust.git] / crates / syntax / test_data / lexer / err / 0049_unstarted_raw_string_with_ascii.txt
1 RAW_STRING 4 "r## "
2 IDENT 1 "I"
3 WHITESPACE 1 " "
4 IDENT 4 "lack"
5 WHITESPACE 1 " "
6 IDENT 1 "a"
7 WHITESPACE 1 " "
8 IDENT 5 "quote"
9 BANG 1 "!"
10 > error0..4 token("r## ") msg(Missing `"` symbol after `#` symbols to begin the raw string literal)