Rollup merge of #37177 - michaelwoerister:fix-check-stage1, r=petrochenkov
Fix make check-stage1 by conditionally activating question_mark feature for compiletest tool. r? @alexcrichton
This commit is contained in:
commit
1aac569e8a
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
#![feature(test)]
|
||||
#![feature(libc)]
|
||||
|
||||
#![cfg_attr(stage0, feature(question_mark))]
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue