From 19b7f88be47f74ec6836e2fa0b0b95ad6888310c Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 23 Dec 2019 12:05:22 +0000 Subject: [PATCH] ices/62521-3.rs: fixed with errors === stdout === === stderr === warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/62521-3.rs:3:12 | 3 | #![feature(generic_associated_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error[E0195]: lifetime parameters or bounds on type `Item` do not match the trait declaration --> /home/runner/work/glacier/glacier/ices/62521-3.rs:7:14 | 7 | type Item<'b> = &'b Foo; | ^^^^ lifetimes do not match type in trait error: aborting due to previous error For more information about this error, try `rustc --explain E0195`. ============== --- {ices => fixed}/62521-3.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62521-3.rs (100%) diff --git a/ices/62521-3.rs b/fixed/62521-3.rs similarity index 100% rename from ices/62521-3.rs rename to fixed/62521-3.rs