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

ices/94379.rs: fixed with no errors #1715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#94379

#![crate_type = "staticlib"]
#![feature(core_intrinsics)]
use std::intrinsics::rustc_peek;
#[no_mangle]
fn foo() -> i32 {
    let x = 0;
    rustc_peek(x)
}
=== stdout ===
=== stderr ===
warning: the feature `core_intrinsics` is internal to the compiler or standard library
 --> /home/runner/work/glacier/glacier/ices/94379.rs:2:12
  |
2 | #![feature(core_intrinsics)]
  |            ^^^^^^^^^^^^^^^
  |
  = note: using it is strongly discouraged
  = note: `#[warn(internal_features)]` on by default

warning: 1 warning emitted

==============

=== stdout ===
=== stderr ===
warning: the feature `core_intrinsics` is internal to the compiler or standard library
 --> /home/runner/work/glacier/glacier/ices/94379.rs:2:12
  |
2 | #![feature(core_intrinsics)]
  |            ^^^^^^^^^^^^^^^
  |
  = note: using it is strongly discouraged
  = note: `#[warn(internal_features)]` on by default

warning: 1 warning emitted

==============
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant