From f43e9b0cff4ed769f39f3e00e3b717eccfc4a1ca Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 18 Apr 2020 12:06:17 +0000 Subject: [PATCH] ices/69654.rs: fixed with errors === stdout === === stderr === error[E0423]: expected value, found type parameter `O` --> /home/runner/work/glacier/glacier/ices/69654.rs:4:25 | 4 | impl Bar for [u8; O] {} | ^ help: a tuple variant with a similar name exists: `Ok` warning: the feature `const_generics` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/69654.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0423`. ============== --- {ices => fixed}/69654.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/69654.rs (100%) diff --git a/ices/69654.rs b/fixed/69654.rs similarity index 100% rename from ices/69654.rs rename to fixed/69654.rs