From 9b27bfcb43fc655dd80d1a4fe30667b26734d161 Mon Sep 17 00:00:00 2001 From: rustbot Date: Mon, 23 May 2022 12:06:42 +0000 Subject: [PATCH] ices/96572.rs: fixed with errors === stdout === === stderr === error: unconstrained opaque type --> /home/runner/work/glacier/glacier/ices/96572.rs:4:14 | 4 | type T = impl Copy; | ^^^^^^^^^ | = note: `T` must be used in combination with a concrete type within the same module error: aborting due to previous error ============== --- {ices => fixed}/96572.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/96572.rs (100%) diff --git a/ices/96572.rs b/fixed/96572.rs similarity index 100% rename from ices/96572.rs rename to fixed/96572.rs