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.
=== 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`. ==============
- Loading branch information