You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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
==============
0 commit comments