From 9c17b41c05813a3af3c75ecffeff96ce73c1e3be Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 10 May 2023 03:07:08 +0000 Subject: [PATCH] ices/109815.rs: fixed with errors === stdout === === stderr === error: specialization impl does not specialize any associated items --> /home/runner/work/glacier/glacier/ices/109815.rs:13:1 | 13 | impl From< as Z>::Assoc> for T {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: impl is a specialization of this impl --> /rustc/2f6bc5d259e7ab25ddfdd33de53b892770218918/library/core/src/convert/mod.rs:723:1 error: cannot specialize on trait `X` --> /home/runner/work/glacier/glacier/ices/109815.rs:13:9 | 13 | impl From< as Z>::Assoc> for T {} | ^ error: aborting due to 2 previous errors ============== --- {ices => fixed}/109815.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109815.rs (100%) diff --git a/ices/109815.rs b/fixed/109815.rs similarity index 100% rename from ices/109815.rs rename to fixed/109815.rs