summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/issue-83344.rs
blob: c5f7f7235878062645b695a220a7fbb196743ff2 (plain)
1
2
3
4
5
6
// check-fail

fn main() {
    println!("{}\
"); //~^ ERROR: 1 positional argument in format string, but no arguments were given
}