From ffb3d292e211ae0f5f415c9806db9b17dd2d89d4 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 23 Aug 2023 03:17:54 +0000 Subject: [PATCH] ices/107228.sh: fixed with no errors === stdout === === stderr === warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes --> :2:12 | 2 | #![feature(specialization)] | ^^^^^^^^^^^^^^ | = note: see issue #31844 for more information = help: consider using `min_specialization` instead, which is more stable and complete = note: `#[warn(incomplete_features)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/107228.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/107228.sh (100%) diff --git a/ices/107228.sh b/fixed/107228.sh similarity index 100% rename from ices/107228.sh rename to fixed/107228.sh