From 36db2090a87dd8a13d577c6ae09ad33f5de6f2aa Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 14 Apr 2022 12:06:03 +0000 Subject: [PATCH] ices/95628.rs: fixed with errors === stdout === === stderr === error: cannot implement trait on type alias impl trait --> /home/runner/work/glacier/glacier/ices/95628.rs:7:11 | 7 | impl Into for Foo { | ^ | note: type alias impl trait defined here --> /home/runner/work/glacier/glacier/ices/95628.rs:3:10 | 3 | type T = impl Sized; | ^^^^^^^^^^ error: aborting due to previous error ============== --- {ices => fixed}/95628.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/95628.rs (100%) diff --git a/ices/95628.rs b/fixed/95628.rs similarity index 100% rename from ices/95628.rs rename to fixed/95628.rs