Link std statically in rustc_driver

This commit is contained in:
John Kåre Alsaker 2024-03-12 02:12:28 +01:00
parent 6159460963
commit 57af02c9c4

View File

@ -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]
extern crate tracing;