From 45c225570c17c4d48650917ef7d10ca9aa40d571 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 31 Mar 2024 03:06:51 +0000 Subject: [PATCH] ices/111911.rs: fixed with no errors === stdout === === stderr === warning: the feature `adt_const_params` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/111911.rs:1:12 | 1 | #![feature(adt_const_params)] | ^^^^^^^^^^^^^^^^ | = note: see issue #95174 for more information = note: `#[warn(incomplete_features)]` on by default warning: function `foo` is never used --> /home/runner/work/glacier/glacier/ices/111911.rs:3:4 | 3 | fn foo() -> impl Sized {} | ^^^ | = note: `#[warn(dead_code)]` on by default warning: 2 warnings emitted ============== --- {ices => fixed}/111911.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/111911.rs (100%) diff --git a/ices/111911.rs b/fixed/111911.rs similarity index 100% rename from ices/111911.rs rename to fixed/111911.rs