tidy
This commit is contained in:
parent
d3434b3181
commit
89c6d4f988
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue