From 4feb1c6484e5ff97f5ef7ece8a11b6505aa4817e Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 23 Dec 2019 12:05:34 +0000 Subject: [PATCH] ices/62521-2.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/62521-2.rs:3:12 | 3 | #![feature(generic_associated_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default ============== --- {ices => fixed}/62521-2.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/62521-2.rs (100%) diff --git a/ices/62521-2.rs b/fixed/62521-2.rs similarity index 100% rename from ices/62521-2.rs rename to fixed/62521-2.rs