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.
1 parent 9f5b520 commit 6f5c9b9Copy full SHA for 6f5c9b9
src/bin/cg_clif.rs
@@ -1,4 +1,7 @@
1
#![feature(rustc_private, once_cell)]
2
+#![warn(rust_2018_idioms)]
3
+#![warn(unused_lifetimes)]
4
+#![warn(unreachable_pub)]
5
6
extern crate rustc_data_structures;
7
extern crate rustc_driver;
src/bin/cg_clif_build_sysroot.rs
@@ -7,8 +7,10 @@
//! target crates.
8
9
#![feature(rustc_private)]
10
11
12
13
-extern crate rustc_data_structures;
14
15
extern crate rustc_interface;
16
extern crate rustc_session;
0 commit comments