]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/drop_box.rs
Auto merge of #94472 - JmPotato:use_maybeuninit_for_vecdeque, r=m-ou-se
[rust.git] / src / test / ui / consts / drop_box.rs
1 const fn f<T>(_: Box<T>) {}
2 //~^ ERROR destructors cannot be evaluated at compile-time
3
4 fn main() {}