From a7847bc3c1847869b067ee3e9c002b122b164c49 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 19 Mar 2024 03:06:25 +0000 Subject: [PATCH] ices/108271-1.rs: fixed with errors === stdout === === stderr === error[E0658]: associated const equality is incomplete --> /home/runner/work/glacier/glacier/ices/108271-1.rs:5:34 | 5 | fn foo>() {} | ^^^^^^^^^ | = note: see issue #92827 for more information = help: add `#![feature(associated_const_equality)]` to the crate attributes to enable = note: this compiler was built on 2024-03-18; consider upgrading it if it is out of date error: the type of the associated constant `A` must not depend on generic parameters --> /home/runner/work/glacier/glacier/ices/108271-1.rs:5:34 | 5 | fn foo>() {} | - ^ its type must not depend on the type parameter `T` | | | the type parameter `T` is defined here | = note: `A` has type `T` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0658`. ============== --- {ices => fixed}/108271-1.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/108271-1.rs (100%) diff --git a/ices/108271-1.rs b/fixed/108271-1.rs similarity index 100% rename from ices/108271-1.rs rename to fixed/108271-1.rs