From 164f63440073c3feb6a998b71ef2d239e45ec11a Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 12 Aug 2021 12:06:12 +0000 Subject: [PATCH] ices/87549.sh: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `T: XTrait<&()>` is not satisfied --> :11:5 | 3 | struct X, A> (T, A); | --------- required by this bound in `X` ... 11 | type M = X; | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `XTrait<&()>` is not implemented for `T` | help: consider further restricting this bound | 10 | impl<'t, T: XTrait + XTrait<&()>, A> Y<'t> for X { | +++++++++++++ error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/87549.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/87549.sh (100%) diff --git a/ices/87549.sh b/fixed/87549.sh similarity index 100% rename from ices/87549.sh rename to fixed/87549.sh