Fix tests

This commit is contained in:
bjorn3 2024-01-01 15:13:39 +00:00
parent 3e69335c44
commit 3d9eebc21f
4 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -4,6 +4,7 @@
#![feature(rustc_private)]
extern crate rustc_macros;
extern crate rustc_serialize;
extern crate rustc_span;
use rustc_macros::{Decodable, Encodable};

View file

@ -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.

View file

@ -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.