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