Skip to content

Commit 2981395

Browse files
committed
fixup! Add regression test for const generic ICE in #72819
1 parent f82382a commit 2981395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/issues/issue-72819-generic-in-const-eval.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: constant expression depends on a generic parameter
2-
--> $DIR/issue-72819-generic-in-const-eval.rs:4:47
2+
--> $DIR/issue-72819-generic-in-const-eval.rs:7:47
33
|
44
LL | where Assert::<{N < usize::max_value() / 2}>: IsTrue,
55
| ^^^^^^

0 commit comments

Comments
 (0)