about summary refs log tree commit diff
path: root/tests/ui/macros/issue-83344.rs
blob: 61ae1739095bf9ff1a402a4a9864efe137fa7baa (plain)
1
2
3
4
5
6
//@ check-fail

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