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

Commit 450c712

Browse files
committed
ices/69414.sh: fixed with errors
=== stdout === === stderr === /home/runner/work/glacier/glacier/ices/69414.sh: line 3: PartialEq: command not found /home/runner/work/glacier/glacier/ices/69414.sh: line 3: Eq: command not found error[E0770]: the type of const parameters must not depend on other generic parameters --> <anon>:3:22 | 3 | struct B<T, const N: T>(PhantomData<[T; N]>); //~ ERROR const generics are unstable | ^ the type must not depend on the parameter `T` error[E0658]: const generics are unstable --> <anon>:3:19 | 3 | struct B<T, const N: T>(PhantomData<[T; N]>); //~ ERROR const generics are unstable | ^ | = note: see issue #44580 <rust-lang/rust#44580> for more information = help: add `#![feature(const_generics)]` to the crate attributes to enable error: aborting due to 2 previous errors Some errors have detailed explanations: E0658, E0770. For more information about an error, try `rustc --explain E0658`. ==============
1 parent 9ab1462 commit 450c712

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)