We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
rustc_driver
1 parent 6159460 commit 57af02cCopy full SHA for 57af02c
src/git-rustfmt/main.rs
@@ -1,3 +1,7 @@
1
+// We need this feature as it changes `dylib` linking behavior and allows us to link to
2
+// `rustc_driver`.
3
+#![feature(rustc_private)]
4
+
5
#[macro_use]
6
extern crate tracing;
7
0 commit comments