Fix make check-stage1 by conditionally activating question_mark feature for compiletest tool.

This commit is contained in:
Michael Woerister 2016-10-14 16:01:58 -04:00
parent d34318dd53
commit e4e444a26b

View file

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