You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
warning: unused variable: `i`
--> /home/runner/work/glacier/glacier/ices/105969.rs:8:9
|
8 | let i = foo as dyn* Debug;
| ^ help: if this is intentional, prefix it with an underscore: `_i`
|
= note: `#[warn(unused_variables)]` on by default
warning: constant `FOO` is never used
--> /home/runner/work/glacier/glacier/ices/105969.rs:6:7
|
6 | const FOO: () = {
| ^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 2 warnings emitted
==============
0 commit comments