We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfec9d commit a87d6baCopy full SHA for a87d6ba
src/rustc/rustc.rs
@@ -1,5 +1,5 @@
1
// Suppress warning: we need this crate in the sysroot
2
-use rustc_codegen_ssa;
+use rustc_codegen_ssa as _;
3
4
fn main() {
5
// Pull in jemalloc when enabled.
0 commit comments