Skip to content

Commit

Permalink
Use sysroot libserialize in newtype_index test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 21, 2019
1 parent 4fb570d commit 2dccaa7
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,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;

Expand Down

0 comments on commit 2dccaa7

Please sign in to comment.