From ee60471bc8010b6f6ce8954fb4147a49c19f1729 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 9 Feb 2022 12:06:11 +0000 Subject: [PATCH] ices/93578.sh: fixed with errors === stdout === error: mismatch in bind of associated constant, got type --> :16:15 | 16 | fn foo>() {} | ^^^^^^^ | note: associated constant defined here does not match type --> :6:3 | 6 | const N: usize; | ^^^^^^^^^^^^^^^ error[E0271]: type mismatch resolving `::N == usize` --> :20:3 | 20 | foo::(); | ^^^^^^^^^^ types differ | = note: expected type `usize` found type `3_usize` note: required by a bound in `foo` --> :16:15 | 16 | fn foo>() {} | ^^^^^^^ required by this bound in `foo` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0271`. === stderr === ============== --- {ices => fixed}/93578.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/93578.sh (100%) diff --git a/ices/93578.sh b/fixed/93578.sh similarity index 100% rename from ices/93578.sh rename to fixed/93578.sh