From e6789529555ffe86a88480d056786ec46998eb6d Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 29 Sep 2022 03:55:16 +0000 Subject: [PATCH] ices/98594.sh: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `for<'b> fn(&ReLateBound(DebruijnIndex(1), BoundRegion { var: 0, kind: BrNamed(DefId(0:6 ~ rust_out[1daf]::called::'b), 'b) }) ()): Foo` is not satisfied --> :18:5 | 18 | called() | ^^^^^^ the trait `for<'b> Foo` is not implemented for `fn(&ReLateBound(DebruijnIndex(1), BoundRegion { var: 0, kind: BrNamed(DefId(0:6 ~ rust_out[1daf]::called::'b), 'b) }) ())` | note: required by a bound in `called` --> :10:25 | 8 | fn called() | ------ required by a bound in this 9 | where 10 | for<'b> fn(&'b ()): Foo, | ^^^ required by this bound in `called` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/98594.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/98594.sh (100%) diff --git a/ices/98594.sh b/fixed/98594.sh similarity index 100% rename from ices/98594.sh rename to fixed/98594.sh