mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 14:25:24 +00:00
5 lines
67 B
Rust
5 lines
67 B
Rust
const fn f<T>(_: Box<T>) {}
|
|
//~^ ERROR destructor of
|
|
|
|
fn main() {}
|