We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b63494 + e4e444a commit 1aac569Copy full SHA for 1aac569
src/tools/compiletest/src/main.rs
@@ -15,6 +15,8 @@
15
#![feature(test)]
16
#![feature(libc)]
17
18
+#![cfg_attr(stage0, feature(question_mark))]
19
+
20
#![deny(warnings)]
21
22
extern crate libc;
0 commit comments