From dda487bfdcff449fc179da165e559bf43cb030b4 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 26 Aug 2021 12:06:43 +0000 Subject: [PATCH] ices/62529-12.rs: fixed with errors === stdout === === stderr === error[E0631]: type mismatch in closure arguments --> /home/runner/work/glacier/glacier/ices/62529-12.rs:26:5 | 26 | meow(struc, |foo| { | ^^^^ ----- found signature of `for<'r> fn(&'r usize) -> _` | | | expected signature of `for<'any2> fn(>::Output) -> _` | note: required by a bound in `meow` --> /home/runner/work/glacier/glacier/ices/62529-12.rs:18:8 | 15 | fn meow(t: T, f: F) | ---- required by a bound in this ... 18 | F: for<'any2> Fn(>::Output), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `meow` error: aborting due to previous error For more information about this error, try `rustc --explain E0631`. ============== --- {ices => fixed}/62529-12.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62529-12.rs (100%) diff --git a/ices/62529-12.rs b/fixed/62529-12.rs similarity index 100% rename from ices/62529-12.rs rename to fixed/62529-12.rs