This repository has been archived by the owner on May 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ices/66580.rs: fixed with no errors (#219)
=== stdout === === stderr === warning: function is never used: `closure` --> /home/runner/work/glacier/glacier/ices/66580.rs:5:4 | 5 | fn closure() -> Closure { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: struct is never constructed: `Wrap` --> /home/runner/work/glacier/glacier/ices/66580.rs:9:8 | 9 | struct Wrap<T> { f: T } | ^^^^ ==============
- Loading branch information