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: unexpected token: `||
{
static d: _ = || 1;
}`
--> /home/runner/work/glacier/glacier/ices/90873.rs:1:6
|
1 | #![u=||{static d=||1;}]
| ^^^^^^^^^^^^^^^^^
error: cannot find attribute `u` in this scope
--> /home/runner/work/glacier/glacier/ices/90873.rs:1:4
|
1 | #![u=||{static d=||1;}]
| ^
error[E0601]: `main` function not found in crate `90873`
--> /home/runner/work/glacier/glacier/ices/90873.rs:1:1
|
1 | #![u=||{static d=||1;}]
| ^^^^^^^^^^^^^^^^^^^^^^^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/90873.rs`
error: missing type for `static` item
--> /home/runner/work/glacier/glacier/ices/90873.rs:1:16
|
1 | #![u=||{static d=||1;}]
| ^ help: provide a type for the item: `d: <type>`
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0601`.
==============
0 commit comments