DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / short-error-format.rs
123456789
// compile-flags: --error-format=short fn foo(_: u32) {} fn main() { foo("Bonjour".to_owned()); let x = 0u32; x.salut(); }