From 15ee094f701fb5e54629ec61c6f1e0255e79e2e7 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 31 Mar 2023 03:07:27 +0000 Subject: [PATCH] ices/79461.sh: fixed with errors === stdout === === stderr === error[E0121]: the placeholder `_` is not allowed within types on item signatures for associated types --> out.rs:10:17 | 10 | type Item = _; | ^ not allowed in type signatures error: aborting due to previous error For more information about this error, try `rustc --explain E0121`. ============== --- {ices => fixed}/79461.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/79461.sh (100%) diff --git a/ices/79461.sh b/fixed/79461.sh similarity index 100% rename from ices/79461.sh rename to fixed/79461.sh