From 84becd46892f12f02f13d33db19b75f0565ecac5 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 9 Aug 2023 03:07:46 +0000 Subject: [PATCH] ices/113381.rs: fixed with errors === stdout === === stderr === error[E0635]: unknown feature `const_trait_imp` --> /home/runner/work/glacier/glacier/ices/113381.rs:1:28 | 1 | #![feature(const_closures, const_trait_imp, effects)] | ^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0635`. ============== --- {ices => fixed}/113381.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/113381.rs (100%) diff --git a/ices/113381.rs b/fixed/113381.rs similarity index 100% rename from ices/113381.rs rename to fixed/113381.rs