From 4eca69daba714cfbcd013cc77912ca05cd1fcfc9 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 15 Aug 2023 03:07:18 +0000 Subject: [PATCH] ices/110696.rs: fixed with errors === stdout === === stderr === error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates --> /home/runner/work/glacier/glacier/ices/110696.rs:38:6 | 38 | impl>>, U> MyIndex> for Scope { | ^ unconstrained type parameter error: aborting due to previous error For more information about this error, try `rustc --explain E0207`. ============== --- {ices => fixed}/110696.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/110696.rs (100%) diff --git a/ices/110696.rs b/fixed/110696.rs similarity index 100% rename from ices/110696.rs rename to fixed/110696.rs