]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/drop_box.rs
Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser
[rust.git] / tests / ui / consts / drop_box.rs
1 const fn f<T>(_: Box<T>) {}
2 //~^ ERROR destructor of
3
4 fn main() {}