rustc/tests/ui/consts/drop_box.rs
2023-08-02 10:33:26 +02:00

5 lines
67 B
Rust

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