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