From 1511e0f52c84b73b4617c0e0d405421bf24d571d Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 26 Oct 2019 12:09:00 +0000 Subject: [PATCH] ices/65679.rs: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `(): std::future::Future` is not satisfied --> /home/runner/work/glacier/glacier/ices/65679.rs:3:1 | 3 | type Fut = impl std::future::Future; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::future::Future` is not implemented for `()` | = 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 E0277`. ============== --- {ices => fixed}/65679.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/65679.rs (100%) diff --git a/ices/65679.rs b/fixed/65679.rs similarity index 100% rename from ices/65679.rs rename to fixed/65679.rs