Skip to content

Commit aa56857

Browse files
committed
Merge from rustc
2 parents 8c339c5 + 1631b91 commit aa56857

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ extern crate rustc_session;
5454
extern crate rustc_span;
5555
extern crate rustc_target;
5656

57+
// Necessary to pull in object code as the rest of the rustc crates are shipped only as rmeta
58+
// files.
59+
#[allow(unused_extern_crates)]
60+
extern crate rustc_driver;
61+
5762
mod borrow_tracker;
5863
mod clock;
5964
mod concurrency;

0 commit comments

Comments
 (0)