aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0037_unclosed_raw_string_with_space.txt
blob: dd9597a1a9e0422e489f1cd377c801aef436399e (plain)
1
2
RAW_STRING 5 "r##\" "
> error[0; 5) token("r##\" ") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)