]> git.lizzy.rs Git - rust.git/blob - src/test/ui/box-new.rs
Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk
[rust.git] / src / test / ui / box-new.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 fn main() {
5     let _a = Box::new(1);
6 }