From 2247e89fca9b1c093da295228a95bb6a16dea656 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 21 Jul 2022 03:35:47 +0000 Subject: [PATCH] ices/99073.rs: fixed with errors === stdout === === stderr === error[E0308]: mismatched types --> /home/runner/work/glacier/glacier/ices/99073.rs:6:11 | 5 | fn fix(f: F) -> impl Fn() { | --------- the expected opaque type 6 | move || f(fix(&f)) | ^^^^^^^^^^ types differ | = note: expected opaque type `impl Fn()` found type parameter `G` error: aborting due to previous error For more information about this error, try `rustc --explain E0308`. ============== --- {ices => fixed}/99073.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/99073.rs (100%) diff --git a/ices/99073.rs b/fixed/99073.rs similarity index 100% rename from ices/99073.rs rename to fixed/99073.rs