From cb5f0060004b6f35ca492ef62e6eea8117924037 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 17 Feb 2024 03:06:40 +0000 Subject: [PATCH] ices/86720.rs: fixed with no errors === stdout === === stderr === warning: the feature `core_intrinsics` is internal to the compiler or standard library --> /home/runner/work/glacier/glacier/ices/86720.rs:2:12 | 2 | #![feature(core_intrinsics)] | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/86720.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/86720.rs (100%) diff --git a/ices/86720.rs b/fixed/86720.rs similarity index 100% rename from ices/86720.rs rename to fixed/86720.rs