From 60032590db9ecdafb940872c9624721f5d5b3739 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 6 Feb 2021 12:21:32 +0000 Subject: [PATCH] ices/71176.rs: fixed with errors === stdout === === stderr === error[E0107]: missing generics for associated type `Provider::A` --> /home/runner/work/glacier/glacier/ices/71176.rs:5:10 | 5 | type A<'a>; | ^ expected 1 lifetime argument | note: associated type defined here, with 1 lifetime parameter: `'a` --> /home/runner/work/glacier/glacier/ices/71176.rs:5:10 | 5 | type A<'a>; | ^ -- help: use angle brackets to add missing lifetime argument | 5 | type A<'a><'a>; | ^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0107`. ============== --- {ices => fixed}/71176.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/71176.rs (100%) diff --git a/ices/71176.rs b/fixed/71176.rs similarity index 100% rename from ices/71176.rs rename to fixed/71176.rs