Skip to content

Commit fbe0f43

Browse files
authored
Rollup merge of rust-lang#93389 - cameron1024:issue-90847-regression, r=Mark-Simulacrum
regression for issue 90847 Adds a regression test for issue rust-lang#90847
2 parents d6313d9 + 9118393 commit fbe0f43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
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)