]> git.lizzy.rs Git - rust.git/blob - crates/syntax/test_data/lexer/err/0035_unclosed_raw_string_with_ascii_escape.txt
Kill RAW_ literals
[rust.git] / crates / syntax / test_data / lexer / err / 0035_unclosed_raw_string_with_ascii_escape.txt
1 STRING 8 "r##\"\\x7f"
2 > error0..8 token("r##\"\\x7f") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)