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[E0277]: `[i32; 4]` needs to be a pointer-sized type
--> /home/runner/work/glacier/glacier/ices/102173.rs:7:13
|
7 | let i = [1, 2, 3, 4] as dyn* Debug;
| ^^^^^^^^^^^^ `[i32; 4]` needs to be a pointer-sized type
|
= help: the trait `PointerSized` is not implemented for `[i32; 4]`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.
==============
0 commit comments