summaryrefslogtreecommitdiffstats
path: root/tests/ui/fmt/issue-104142.rs
blob: 8d7283a7197807ceb4496dece340d7fa6e60715b (plain)
1
2
3
4
5
6
fn main() {
    println!(
        r#"
    \"\'}、"# //~ ERROR invalid format string: unmatched `}` found
    );
}