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

Commit

Permalink
ices/86238.rs: fixed with errors (#866)
Browse files Browse the repository at this point in the history
=== 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`.
==============

Co-authored-by: rustbot <rustbot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rustbot authored Jul 13, 2021
1 parent d541618 commit 8278c44
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 8278c44

Please sign in to comment.