Skip to content

Commit e4e444a

Browse files
Fix make check-stage1 by conditionally activating question_mark feature for compiletest tool.
1 parent d34318d commit e4e444a

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)