fixup! Add regression test for const generic ICE in #72819
This commit is contained in:
parent
ab7355a886
commit
f82382af28
@ -1,3 +1,6 @@
|
||||
// Regression test for #72819: ICE due to failure in resolving the const generic in `Arr`'s type
|
||||
// bounds.
|
||||
|
||||
#![feature(const_generics)]
|
||||
#![allow(incomplete_features)]
|
||||
struct Arr<const N: usize>
|
||||
|
Loading…
x
Reference in New Issue
Block a user