From f37e16c8d2f56032e57d15d92c6fdb505ee4b760 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 15 Oct 2021 12:07:03 +0000 Subject: [PATCH] ices/89290.rs: fixed with errors === stdout === === stderr === error[E0658]: function pointers cannot appear in constant functions --> /home/runner/work/glacier/glacier/ices/89290.rs:7:9 | 7 | foo(|| ()); | ^^^^^ | = note: see issue #57563 for more information = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable error: aborting due to previous error For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/89290.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/89290.rs (100%) diff --git a/ices/89290.rs b/fixed/89290.rs similarity index 100% rename from ices/89290.rs rename to fixed/89290.rs