rust/tests/ui/consts/drop_box.rs

5 lines
67 B
Rust

const fn f<T>(_: Box<T>) {}
//~^ ERROR destructor of
fn main() {}