Use sysroot libserialize in newtype_index test

This commit is contained in:
Igor Matuszewski 2019-04-21 15:51:28 +02:00
parent 4fb570dea7
commit 2dccaa77f8

View file

@ -1,7 +1,7 @@
#![feature(rustc_attrs, rustc_private, step_trait)]
#[macro_use] extern crate rustc_data_structures;
extern crate rustc_serialize;
extern crate serialize as rustc_serialize;
use rustc_data_structures::indexed_vec::Idx;