summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/raw/raw-string-2.rs
blob: 067332d2819bdcfae675a6a843a9b0a8682e9a1b (plain)
1
2
3
4
fn main() {
    let x = r###"here's a long string"# "# "##;
    //~^ ERROR unterminated raw string
}