From fdffe2379075055f2c5b5aa1905a039f181bfe8f Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 2 Jul 2023 03:18:07 +0000 Subject: [PATCH] ices/108580.rs: fixed with errors === stdout === === stderr === error: return type captures more lifetimes than trait definition --> /home/runner/work/glacier/glacier/ices/108580.rs:22:46 | 22 | fn into_iterator(&self) -> impl Iterator { | - ^^^^^^^^ | | | this lifetime was captured | note: hidden type must only reference lifetimes captured by this impl trait --> /home/runner/work/glacier/glacier/ices/108580.rs:9:46 | 9 | fn into_iterator(&self) -> impl Iterator + '_; | ^^^^^ = note: hidden type inferred to be `impl Sized + '_` error: aborting due to previous error ============== --- {ices => fixed}/108580.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/108580.rs (100%) diff --git a/ices/108580.rs b/fixed/108580.rs similarity index 100% rename from ices/108580.rs rename to fixed/108580.rs