From e665cd1b18526e1403a1521359dc9c77990adbfc Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 20 Jan 2023 03:08:06 +0000 Subject: [PATCH] ices/103666.rs: fixed with errors === stdout === === stderr === error: unconstrained opaque type --> /home/runner/work/glacier/glacier/ices/103666.rs:3:17 | 3 | type Tait<'b> = impl Sized; | ^^^^^^^^^^ | = note: `Tait` must be used in combination with a concrete type within the same module error: aborting due to previous error ============== --- {ices => fixed}/103666.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/103666.rs (100%) diff --git a/ices/103666.rs b/fixed/103666.rs similarity index 100% rename from ices/103666.rs rename to fixed/103666.rs