Add missing #![feature(min_const_fn)] to the newtype_index test.
This commit is contained in:
parent
79f2cc08e6
commit
a94c16614c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(rustc_attrs, step_trait, rustc_private)]
|
||||
#![feature(min_const_fn, rustc_attrs, rustc_private, step_trait)]
|
||||
|
||||
#[macro_use] extern crate rustc_data_structures;
|
||||
extern crate rustc_serialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue