From bf96946e888a42eb9ed266e412db09d941185496 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 22 Mar 2023 03:06:44 +0000 Subject: [PATCH] ices/109300.rs: fixed with errors === stdout === === stderr === error[E0405]: cannot find trait `A` in this scope --> /home/runner/work/glacier/glacier/ices/109300.rs:3:15 | 3 | type U; | ^ not found in this scope warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/109300.rs:1:12 | 1 | #![feature(generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 for more information = note: `#[warn(incomplete_features)]` on by default error[E0747]: constant provided when a type was expected --> /home/runner/work/glacier/glacier/ices/109300.rs:6:13 | 6 | fn f = ()>>() {} | ^^^^ error: aborting due to 2 previous errors; 1 warning emitted Some errors have detailed explanations: E0405, E0747. For more information about an error, try `rustc --explain E0405`. ============== --- {ices => fixed}/109300.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109300.rs (100%) diff --git a/ices/109300.rs b/fixed/109300.rs similarity index 100% rename from ices/109300.rs rename to fixed/109300.rs