Skip to content

Commit f82382a

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Regression test for #72819: ICE due to failure in resolving the const generic in `Arr`'s type
2+
// bounds.
3+
14
#![feature(const_generics)]
25
#![allow(incomplete_features)]
36
struct Arr<const N: usize>

0 commit comments

Comments
 (0)