From e8dd7dea80a735406a1edc15d0cdb41aa4d45ed8 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 13 Dec 2023 03:05:54 +0000 Subject: [PATCH] ices/110453.rs: fixed with errors === stdout === === stderr === error[E0412]: cannot find type `B` in this scope --> /home/runner/work/glacier/glacier/ices/110453.rs:7:18 | 7 | pub struct C(B); | ^ not found in this scope | help: consider importing this struct | 7 + use crate::B; | error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0412`. ============== --- {ices => fixed}/110453.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/110453.rs (100%) diff --git a/ices/110453.rs b/fixed/110453.rs similarity index 100% rename from ices/110453.rs rename to fixed/110453.rs