From 2e93f4bdb862e181e4f7553eef9be3fcbe326f8c Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 25 Oct 2023 03:05:58 +0000 Subject: [PATCH] ices/113272.rs: fixed with errors === stdout === === stderr === error[E0412]: cannot find type `Missing` in this scope --> /home/runner/work/glacier/glacier/ices/113272.rs:5:25 | 5 | impl Trait for () where Missing: Trait {} | ^^^^^^^ not found in this scope error: aborting due to previous error For more information about this error, try `rustc --explain E0412`. ============== --- {ices => fixed}/113272.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/113272.rs (100%) diff --git a/ices/113272.rs b/fixed/113272.rs similarity index 100% rename from ices/113272.rs rename to fixed/113272.rs