rust/src/test/ui/consts/drop_box.rs
2022-03-10 14:36:51 +00:00

5 lines
101 B
Rust

const fn f<T>(_: Box<T>) {}
//~^ ERROR destructors cannot be evaluated at compile-time
fn main() {}