]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/drop_box.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / consts / drop_box.rs
CommitLineData
5099ac24 1const fn f<T>(_: Box<T>) {}
2b03887a 2//~^ ERROR destructor of
5099ac24
FG
3
4fn main() {}