tidy
This commit is contained in:
parent
d3434b3181
commit
89c6d4f988
@ -1,5 +1,5 @@
|
||||
#![feature(generic_const_exprs)]
|
||||
#![allow(incomplete_features)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
pub trait X {
|
||||
const Y: usize;
|
||||
|
@ -1,6 +1,6 @@
|
||||
// run-pass
|
||||
#![feature(adt_const_params, generic_const_exprs)]
|
||||
#![allow(incomplete_features)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
pub trait Foo {
|
||||
const ASSOC_C: usize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user