DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / 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 ); }