rust/tests/ui/parser/raw/raw-str-delim.rs
2023-01-11 09:32:08 +00:00

4 lines
122 B
Rust

static s: &'static str =
r#~"#"~# //~ ERROR found invalid character; only `#` is allowed in raw string delimitation
;