Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 4e14f9d

Browse files
committed
ices/73260.sh: fixed with errors
=== stdout === === stderr === error: constant expression depends on a generic parameter --> <anon>:4:47 | 4 | where Assert::<{N < usize::max_value() / 2}>: IsTrue, | ^^^^^^ | = note: this may fail depending on what value the parameter takes error[E0308]: mismatched types --> <anon>:15:12 | 15 | let x: Arr<{usize::max_value()}> = Arr {}; | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `false`, found `true` | = note: expected type `false` found type `true` error[E0308]: mismatched types --> <anon>:15:40 | 15 | let x: Arr<{usize::max_value()}> = Arr {}; | ^^^ expected `false`, found `true` | = note: expected type `false` found type `true` error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0308`. ==============
1 parent 66d559b commit 4e14f9d

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)