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