From 569119453c69279f0f4ec212fdefb3b1523078f7 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 26 Mar 2022 12:07:19 +0000 Subject: [PATCH] ices/92148.rs: fixed with errors === stdout === === stderr === error[E0433]: failed to resolve: use of undeclared type `T` --> /home/runner/work/glacier/glacier/ices/92148.rs:18:23 | 18 | type Output = Vec; | ^ use of undeclared type `T` error[E0412]: cannot find type `T` in this scope --> /home/runner/work/glacier/glacier/ices/92148.rs:20:15 | 14 | impl Blah> for B | - similarly named type parameter `B` defined here ... 20 | fn foo(t: T) -> Self::Output { | ^ help: a type parameter with a similar name exists: `B` error: aborting due to 2 previous errors Some errors have detailed explanations: E0412, E0433. For more information about an error, try `rustc --explain E0412`. ============== --- {ices => fixed}/92148.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/92148.rs (100%) diff --git a/ices/92148.rs b/fixed/92148.rs similarity index 100% rename from ices/92148.rs rename to fixed/92148.rs