From b6a110a532c1ac34da36d8d1e3bfb5f69cc163d6 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 21 Jun 2022 03:34:07 +0000 Subject: [PATCH] ices/95665.rs: fixed with errors === stdout === === stderr === error[E0277]: the trait bound `u8: Trait` is not satisfied --> /home/runner/work/glacier/glacier/ices/95665.rs:11:17 | 11 | static VAR: Struct; | ^^^^^^^^^^ the trait `Trait` is not implemented for `u8` | note: required by a bound in `Struct` --> /home/runner/work/glacier/glacier/ices/95665.rs:3:22 | 3 | pub struct Struct { | ^^^^^ required by this bound in `Struct` error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ============== --- {ices => fixed}/95665.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/95665.rs (100%) diff --git a/ices/95665.rs b/fixed/95665.rs similarity index 100% rename from ices/95665.rs rename to fixed/95665.rs