DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-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 ); }