Skip to content

Commit c4a8500

Browse files
committed
Adjust a rustc test to the safety changes
1 parent 14218e3 commit c4a8500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#![feature(rustc_attrs, rustc_private, step_trait)]
1+
#![feature(rustc_attrs, rustc_private, step_trait, min_const_unsafe_fn)]
22

33
#[macro_use] extern crate rustc_data_structures;
44
extern crate rustc_serialize;
5+
use rustc_serialize::{Decodable, Decoder};
56

67
use rustc_data_structures::indexed_vec::Idx;
78

0 commit comments

Comments
 (0)