]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-83340.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / macros / issue-83340.rs
1 // check-fail
2
3 fn main() {
4     println!(
5         "\
6 \n {} │", //~ ERROR: 1 positional argument in format string, but no arguments were given
7     );
8 }