DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb12u2 / tests / ui / unboxed-closures / unboxed-closures-zero-args.rs
12345678
// run-pass #![allow(unused_mut)] // pretty-expanded FIXME #23616 fn main() { let mut zero = || {}; let () = zero(); }