Skip to content

Commit 2dccaa7

Browse files
committed
Use sysroot libserialize in newtype_index test
1 parent 4fb570d commit 2dccaa7

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,7 +1,7 @@
11
#![feature(rustc_attrs, rustc_private, step_trait)]
22

33
#[macro_use] extern crate rustc_data_structures;
4-
extern crate rustc_serialize;
4+
extern crate serialize as rustc_serialize;
55

66
use rustc_data_structures::indexed_vec::Idx;
77

0 commit comments

Comments
 (0)