From 4fd4572e43a9045995cae51fd848d36f48c48113 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 29 Jan 2020 12:07:21 +0000 Subject: [PATCH] ices/68542.rs: fixed with errors === stdout === === stderr === error[E0015]: calls in constants are limited to constant functions, tuple structs and tuple variants --> /home/runner/work/glacier/glacier/ices/68542.rs:2:13 | 2 | a: [(); (|| { 0 })()] | ^^^^^^^^^^^^ error[E0080]: evaluation of constant value failed --> /home/runner/work/glacier/glacier/ices/68542.rs:2:13 | 2 | a: [(); (|| { 0 })()] | ^^^^^^^^^^^^ calling non-const function `Bug::a::{{constant}}#0::{{closure}}#0` error: aborting due to 2 previous errors Some errors have detailed explanations: E0015, E0080. For more information about an error, try `rustc --explain E0015`. ============== --- {ices => fixed}/68542.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/68542.rs (100%) diff --git a/ices/68542.rs b/fixed/68542.rs similarity index 100% rename from ices/68542.rs rename to fixed/68542.rs