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[E0658]: language items are subject to change
--> /home/runner/work/glacier/glacier/ices/86238.rs:6:1
|
6 | #[lang = "sized"]
| ^^^^^^^^^^^^^^^^^
|
= help: add `#![feature(lang_items)]` to the crate attributes to enable
error[E0658]: language items are subject to change
--> /home/runner/work/glacier/glacier/ices/86238.rs:8:1
|
8 | #[lang = "copy"]
| ^^^^^^^^^^^^^^^^
|
= help: add `#![feature(lang_items)]` to the crate attributes to enable
error[E0658]: the `#[no_core]` attribute is an experimental feature
--> /home/runner/work/glacier/glacier/ices/86238.rs:1:1
|
1 | #![no_core]
| ^^^^^^^^^^^
|
= note: see issue #29639 <rust-lang/rust#29639> for more information
= help: add `#![feature(no_core)]` to the crate attributes to enable
error: failed to find an overloaded call trait for closure call
--> /home/runner/work/glacier/glacier/ices/86238.rs:4:5
|
4 | one()
| ^^^^^
|
= help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have associated `call`/`call_mut`/`call_once` functions
error: aborting due to 4 previous errors
For more information about this error, try `rustc --explain E0658`.
==============
0 commit comments