Skip to content

Commit a94c166

Browse files
authored
Add missing #![feature(min_const_fn)] to the newtype_index test.
1 parent 79f2cc0 commit a94c166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass-fulldeps/newtype_index.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(rustc_attrs, step_trait, rustc_private)]
1+
#![feature(min_const_fn, rustc_attrs, rustc_private, step_trait)]
22

33
#[macro_use] extern crate rustc_data_structures;
44
extern crate rustc_serialize;

0 commit comments

Comments
 (0)