From 104d1ac521ee13894545c51a0329a118a0593fde Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 31 Jul 2022 03:36:23 +0000 Subject: [PATCH] ices/99828.rs: fixed with errors === 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 + '_ { | ^^^^^^^^^ | = note: see issue #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 + '_ { | ^^^^^^^^^ | note: associated type defined here error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/99828.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/99828.rs (100%) diff --git a/ices/99828.rs b/fixed/99828.rs similarity index 100% rename from ices/99828.rs rename to fixed/99828.rs