Skip to content

Commit

Permalink
Add missing #![feature(min_const_fn)] to the newtype_index test.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb authored Sep 11, 2018
1 parent 79f2cc0 commit a94c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass-fulldeps/newtype_index.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a94c166

Please sign in to comment.