From 8179e4316253217a0dcd60f658ad16f83c229c15 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 17 Nov 2021 12:06:23 +0000 Subject: [PATCH] ices/89765.rs: fixed with no errors === stdout === === stderr === warning: the feature `const_raw_ptr_deref` has been stable since 1.58.0 and no longer requires an attribute to enable --> /home/runner/work/glacier/glacier/ices/89765.rs:2:12 | 2 | #![feature(const_raw_ptr_deref)] | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/89765.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/89765.rs (100%) diff --git a/ices/89765.rs b/fixed/89765.rs similarity index 100% rename from ices/89765.rs rename to fixed/89765.rs