From dd3a6cfe3411c83bc82003f98ae60a827a1e617f Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 18 Dec 2020 12:23:48 +0000 Subject: [PATCH] ices/79566.sh: fixed with errors === stdout === === stderr === error[E0271]: type mismatch resolving `<[closure@:6:5: 6:28] as FnOnce<()>>::Output == ()` --> :3:16 | 3 | type Closure = impl FnOnce(); | ^^^^^^^^^^^^^ expected opaque type, found `()` | = note: expected opaque type `impl FnOnce<()>` found unit type `()` error: aborting due to previous error For more information about this error, try `rustc --explain E0271`. ============== --- {ices => fixed}/79566.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/79566.sh (100%) diff --git a/ices/79566.sh b/fixed/79566.sh similarity index 100% rename from ices/79566.sh rename to fixed/79566.sh