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:
Guillaume Gomez 2016-10-17 23:07:52 +02:00 committed by GitHub
commit 1aac569e8a
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#![feature(test)]
#![feature(libc)]
#![cfg_attr(stage0, feature(question_mark))]
#![deny(warnings)]
extern crate libc;