From 50e1790088daabad1469b4313d6768ca2ff5f9ee Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 4 Dec 2021 12:06:42 +0000 Subject: [PATCH] ices/71546-2.rs: fixed with errors === stdout === === stderr === error: higher-ranked lifetime error --> /home/runner/work/glacier/glacier/ices/71546-2.rs:9:14 | 9 | .map(|elem| elem.to_string()) | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: could not prove for<'a> <&'a V as IntoIterator>::Item: 'static error: aborting due to previous error ============== --- {ices => fixed}/71546-2.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/71546-2.rs (100%) diff --git a/ices/71546-2.rs b/fixed/71546-2.rs similarity index 100% rename from ices/71546-2.rs rename to fixed/71546-2.rs