summary refs log tree commit diff
path: root/src/test/ui/parser/raw-str-unbalanced.rs
blob: 5a1d1be11b63362de0d48bd4dfeb4eba377f8849 (plain)
1
2
3
4
static s: &'static str =
    r#"
      "## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
;