From 172d21219f09cff4070e96869e05940b672dba79 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 9 Aug 2023 03:07:44 +0000 Subject: [PATCH] ices/113375.rs: fixed with errors === stdout === === stderr === error: `[u8; Bar::::value()]` is forbidden as the type of a const generic parameter --> /home/runner/work/glacier/glacier/ices/113375.rs:11:21 | 11 | struct Foo::value()]>; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the only supported types are integers, `bool` and `char` = help: more complex types are supported with `#![feature(adt_const_params)]` error: aborting due to previous error ============== --- {ices => fixed}/113375.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/113375.rs (100%) diff --git a/ices/113375.rs b/fixed/113375.rs similarity index 100% rename from ices/113375.rs rename to fixed/113375.rs