DEBSOURCES
Skip Quicknav
sources / rustc / 1.86.0%2Bdfsg1-1 / tests / ui / macros / issue-83340.rs
12345678
//@ check-fail fn main() { println!( "\ \n {} │", //~ ERROR: 1 positional argument in format string, but no arguments were given ); }