Skip to content

Commit 1aac569

Browse files
Rollup merge of rust-lang#37177 - michaelwoerister:fix-check-stage1, r=petrochenkov
Fix make check-stage1 by conditionally activating question_mark feature for compiletest tool. r? @alexcrichton
2 parents 2b63494 + e4e444a commit 1aac569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#![feature(test)]
1616
#![feature(libc)]
1717

18+
#![cfg_attr(stage0, feature(question_mark))]
19+
1820
#![deny(warnings)]
1921

2022
extern crate libc;

0 commit comments

Comments
 (0)