DEBSOURCES
Skip Quicknav
sources / rustc / 1.89.0%2Bdfsg1-1 / tests / ui / unpretty / box.rs
12345678
//@ compile-flags: -Zunpretty=thir-tree //@ check-pass #![feature(liballoc_internals)] fn main() { let _ = std::boxed::box_new(1); }