add a test for #105709
replace build with check Co-authored-by: Michael Goulet <michael@errs.io> use appropriate test name
This commit is contained in:
parent
e94bda3bf1
commit
5e57e27d7a
@ -0,0 +1,9 @@
|
||||
// check-pass
|
||||
|
||||
#![feature(generic_const_exprs)]
|
||||
#![feature(inline_const)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
pub struct ConstDefaultUnstable<const N: usize = { const { 3 } }>;
|
||||
|
||||
pub fn main() {}
|
Loading…
x
Reference in New Issue
Block a user