Rollup merge of #93389 - cameron1024:issue-90847-regression, r=Mark-Simulacrum
regression for issue 90847 Adds a regression test for issue #90847
This commit is contained in:
commit
4115c3f1ac
@ -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…
Reference in New Issue
Block a user