We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a3518 commit 605fef2Copy full SHA for 605fef2
src/librustc_driver/lib.rs
@@ -33,6 +33,8 @@
33
#![feature(set_stdio)]
34
#![feature(staged_api)]
35
#![feature(vec_push_all)]
36
+#![feature(custom_attribute)]
37
+#![allow(unused_attributes)]
38
39
extern crate arena;
40
extern crate flate;
0 commit comments