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

Commit

Permalink
ices/100612.sh: fixed with no errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: the feature `repr128` is incomplete and may not be safe to use and/or cause compiler crashes
 --> <anon>:3:12
  |
3 | #![feature(repr128, arbitrary_enum_discriminant)]
  |            ^^^^^^^
  |
  = note: see issue #56071 <rust-lang/rust#56071> for more information
  = note: `#[warn(incomplete_features)]` on by default

warning: the feature `arbitrary_enum_discriminant` has been stable since 1.66.0 and no longer requires an attribute to enable
 --> <anon>:3:21
  |
3 | #![feature(repr128, arbitrary_enum_discriminant)]
  |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

warning: 2 warnings emitted

==============
  • Loading branch information
rustbot committed Jun 18, 2023
1 parent 8b61d18 commit 0be06b7
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 0be06b7

Please sign in to comment.