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 ===
error[E0080]: runtime values cannot be referenced in patterns
--> /home/runner/work/glacier/glacier/ices/68394.rs:3:15
|
3 | let 0u8..=x = 0;
| ^
warning: unused variable: `x`
--> /home/runner/work/glacier/glacier/ices/68394.rs:2:9
|
2 | let x = 255u8;
| ^ help: consider prefixing with an underscore: `_x`
|
= note: `#[warn(unused_variables)]` on by default
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments