fixup! Add regression test for const generic ICE in #72819
This commit is contained in:
parent
f82382af28
commit
2981395d0c
|
@ -1,5 +1,5 @@
|
|||
error: constant expression depends on a generic parameter
|
||||
--> $DIR/issue-72819-generic-in-const-eval.rs:4:47
|
||||
--> $DIR/issue-72819-generic-in-const-eval.rs:7:47
|
||||
|
|
||||
LL | where Assert::<{N < usize::max_value() / 2}>: IsTrue,
|
||||
| ^^^^^^
|
||||
|
|
Loading…
Reference in New Issue