Skip to content

Commit 9118393

Browse files
committed
regression test for issue 90847
1 parent 21b4a9c commit 9118393

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// check-pass
2+
3+
#![allow(incomplete_features)]
4+
#![feature(generic_const_exprs)]
5+
#![feature(adt_const_params)]
6+
7+
struct Foo<const A: [(); 0 + 0]> where [(); 0 + 0]: Sized;
8+
9+
fn main() {}

0 commit comments

Comments
 (0)