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

Commit ee82029

Browse files
committed
ices/82956.sh: fixed with no errors
=== stdout === === stderr === warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes --> <anon>:1:12 | 1 | #![feature(const_generics, const_evaluatable_checked, array_map)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 <rust-lang/rust#44580> for more information warning: the feature `const_evaluatable_checked` is incomplete and may not be safe to use and/or cause compiler crashes --> <anon>:1:28 | 1 | #![feature(const_generics, const_evaluatable_checked, array_map)] | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 <rust-lang/rust#76560> for more information warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable --> <anon>:1:55 | 1 | #![feature(const_generics, const_evaluatable_checked, array_map)] | ^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: 3 warnings emitted warning: unused variable: `foo` --> <anon>:6:10 | 6 | let (foo, pop) = foo.pop(); | ^^^ help: if this is intentional, prefix it with an underscore: `_foo` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `pop` --> <anon>:6:15 | 6 | let (foo, pop) = foo.pop(); | ^^^ help: if this is intentional, prefix it with an underscore: `_pop` warning: 2 warnings emitted ==============
1 parent dc5dfae commit ee82029

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)