From f29e98f7e3fe1b8f6eb27249be1c42ef8ff80a9d Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 15 Feb 2020 12:09:12 +0000 Subject: [PATCH] ices/68653.rs: fixed with no errors === stdout === === stderr === warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/68653.rs:1:12 | 1 | #![feature(generic_associated_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default ============== --- {ices => fixed}/68653.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/68653.rs (100%) diff --git a/ices/68653.rs b/fixed/68653.rs similarity index 100% rename from ices/68653.rs rename to fixed/68653.rs