From 69b112d26c7669000fe072ca828f111db353a8a3 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 12 Feb 2024 03:06:02 +0000 Subject: [PATCH] ices/112630.rs: fixed with errors === stdout === === stderr === error[E0412]: cannot find type `B` in this scope --> /home/runner/work/glacier/glacier/ices/112630.rs:2:9 | 2 | Bar(B), | ^ not found in this scope | help: you might be missing a type parameter | 1 | enum Foo { | +++ error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0412`. ============== --- {ices => fixed}/112630.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/112630.rs (100%) diff --git a/ices/112630.rs b/fixed/112630.rs similarity index 100% rename from ices/112630.rs rename to fixed/112630.rs