aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0038_unclosed_raw_string_with_slash.txt
blob: f61d4cc915e52838d5d0aec060d35b9f1df7035a (plain)
1
2
RAW_STRING 5 "r##\"\\"
> error0..5 token("r##\"\\") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)