rust/src/test/ui/parser/raw-str-unbalanced.rs

5 lines
112 B
Rust

static s: &'static str =
r#"
"## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
;