Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit b9ed7fc

Browse files
ices/75158.rs: fixed with errors (#546)
=== stdout === === stderr === warning: unused variable: `x` --> /home/runner/work/glacier/glacier/ices/75158.rs:8:9 | 8 | let x = f(); | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `#[warn(unused_variables)]` on by default warning: field is never read: `x` --> /home/runner/work/glacier/glacier/ices/75158.rs:1:15 | 1 | struct S<T> { x: [T; !0] } | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default error: the type `[u8; 18446744073709551615]` is too big for the current architecture error: aborting due to previous error; 2 warnings emitted ============== Co-authored-by: rustbot <[email protected]>
1 parent 1b411ac commit b9ed7fc

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)