We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
rustc_driver
1 parent 917ad03 commit 837d904Copy full SHA for 837d904
src/main.rs
@@ -1,3 +1,6 @@
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
// warn on lints, that are included in `rust-lang/rust`s bootstrap
5
#![warn(rust_2018_idioms, unused_lifetimes)]
6
tests/compile-test.rs
#![allow(unused_extern_crates)]
0 commit comments