From 9a478d712931e1f5c558cbda1cf39710e34268a1 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 26 Oct 2019 12:09:04 +0000 Subject: [PATCH] ices/63279.rs: fixed with errors === stdout === === stderr === error[E0271]: type mismatch resolving `<[closure@/home/runner/work/glacier/glacier/ices/63279.rs:6:5: 6:28] as std::ops::FnOnce<()>>::Output == ()` --> /home/runner/work/glacier/glacier/ices/63279.rs:3:1 | 3 | type Closure = impl FnOnce(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected opaque type, found () | = note: expected type `Closure` found type `()` = note: the return type of a function must have a statically known size error: aborting due to previous error For more information about this error, try `rustc --explain E0271`. ============== --- {ices => fixed}/63279.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/63279.rs (100%) diff --git a/ices/63279.rs b/fixed/63279.rs similarity index 100% rename from ices/63279.rs rename to fixed/63279.rs