mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 16:26:29 +00:00
5 lines
67 B
Rust
5 lines
67 B
Rust
const fn f<T>(_: Box<T>) {}
|
|
//~^ ERROR destructor of
|
|
|
|
fn main() {}
|