From 95f9495cd867c7df9af62131f2f2d4cc1425aad9 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 17 Feb 2024 03:06:42 +0000 Subject: [PATCH] ices/94379.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/94379.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}/94379.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/94379.rs (100%) diff --git a/ices/94379.rs b/fixed/94379.rs similarity index 100% rename from ices/94379.rs rename to fixed/94379.rs