From 3b04c34d0a47d76afb394269bf389c675cece906 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 26 Aug 2021 12:06:28 +0000 Subject: [PATCH] ices/62529-04.rs: fixed with errors === stdout === === stderr === error[E0277]: expected a `Fn<(<_ as ATC<'a>>::Type,)>` closure, found `F` --> /home/runner/work/glacier/glacier/ices/62529-04.rs:25:9 | 25 | call(f, ()); | ^^^^ expected an `Fn<(<_ as ATC<'a>>::Type,)>` closure, found `F` | note: required by a bound in `call` --> /home/runner/work/glacier/glacier/ices/62529-04.rs:9:36 | 9 | fn call<'b, T: for<'a> ATC<'a>, F: for<'a> Fn(>::Type)>( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `call` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/62529-04.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62529-04.rs (100%) diff --git a/ices/62529-04.rs b/fixed/62529-04.rs similarity index 100% rename from ices/62529-04.rs rename to fixed/62529-04.rs