From 32f6e7c07207ba20f78aa08a5992c9a8ab7acbf8 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 21 Feb 2023 03:10:36 +0000 Subject: [PATCH] ices/105305.rs: fixed with errors === stdout === === stderr === error: lifetime parameters must be declared prior to type and const parameters --> /home/runner/work/glacier/glacier/ices/105305.rs:6:9 | 6 | impl S { // Also repros with any other lifetimes such as '_ ,switching order to 'a, T also repros. | ----^^- help: reorder the parameters: lifetimes, then consts and types: `<'a, T>` error: aborting due to previous error ============== --- {ices => fixed}/105305.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/105305.rs (100%) diff --git a/ices/105305.rs b/fixed/105305.rs similarity index 100% rename from ices/105305.rs rename to fixed/105305.rs