Link std
statically in rustc_driver
This commit is contained in:
parent
6159460963
commit
57af02c9c4
@ -1,3 +1,7 @@
|
|||||||
|
// We need this feature as it changes `dylib` linking behavior and allows us to link to
|
||||||
|
// `rustc_driver`.
|
||||||
|
#![feature(rustc_private)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate tracing;
|
extern crate tracing;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user