summaryrefslogtreecommitdiffstats
path: root/tests/ui/unique/unique-drop-complex.rs
blob: 2324f1e1a652f5c66100c462c578c2347a4a0d9a (plain)
1
2
3
4
5
6
// run-pass
// pretty-expanded FIXME #23616

pub fn main() {
    let _x: Box<_> = Box::new(vec![0,0,0,0,0]);
}