Fix tests
This commit is contained in:
parent
3e69335c44
commit
3d9eebc21f
4 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
extern crate rustc_macros;
|
||||
extern crate rustc_serialize;
|
||||
extern crate rustc_span;
|
||||
|
||||
// Necessary to pull in object code as the rest of the rustc crates are shipped only as rmeta
|
||||
// files.
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#![feature(rustc_private)]
|
||||
extern crate rustc_macros;
|
||||
extern crate rustc_serialize;
|
||||
extern crate rustc_span;
|
||||
|
||||
use rustc_macros::{Decodable, Encodable};
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
extern crate rustc_macros;
|
||||
extern crate rustc_serialize;
|
||||
extern crate rustc_span;
|
||||
|
||||
// Necessary to pull in object code as the rest of the rustc crates are shipped only as rmeta
|
||||
// files.
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
#![feature(rustc_private)]
|
||||
|
||||
extern crate rustc_macros;
|
||||
#[allow(dead_code)]
|
||||
extern crate rustc_serialize;
|
||||
extern crate rustc_span;
|
||||
|
||||
// Necessary to pull in object code as the rest of the rustc crates are shipped only as rmeta
|
||||
// files.
|
||||
|
|
Loading…
Add table
Reference in a new issue