This repository has been archived by the owner on May 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ices/100612.sh: fixed with no errors
=== 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