DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / box / unit / unique-create.rs
12345678910
//@ run-pass #![allow(dead_code)] pub fn main() { let _: Box<_> = Box::new(100); } fn vec() { vec![0]; }