regression test for issue 90847
This commit is contained in:
parent
21b4a9cfdc
commit
9118393334
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
// check-pass
|
||||
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(generic_const_exprs)]
|
||||
#![feature(adt_const_params)]
|
||||
|
||||
struct Foo<const A: [(); 0 + 0]> where [(); 0 + 0]: Sized;
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue