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