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 ===
error[E0658]: associated const equality is incomplete
--> /home/runner/work/glacier/glacier/ices/99828.rs:1:43
|
1 | fn get_iter(vec: &[i32]) -> impl Iterator<Item = {}> + '_ {
| ^^^^^^^^^
|
= note: see issue #92827 <rust-lang/rust#92827> for more information
= help: add `#![feature(associated_const_equality)]` to the crate attributes to enable
error: expected associated type bound, found constant
--> /home/runner/work/glacier/glacier/ices/99828.rs:1:43
|
1 | fn get_iter(vec: &[i32]) -> impl Iterator<Item = {}> + '_ {
| ^^^^^^^^^
|
note: associated type defined here
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
==============
0 commit comments