Skip to content

Commit

Permalink
Rollup merge of rust-lang#37177 - michaelwoerister:fix-check-stage1, …
Browse files Browse the repository at this point in the history
…r=petrochenkov

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

r? @alexcrichton
  • Loading branch information
GuillaumeGomez committed Oct 17, 2016
2 parents 2b63494 + e4e444a commit 1aac569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#![feature(test)]
#![feature(libc)]

#![cfg_attr(stage0, feature(question_mark))]

#![deny(warnings)]

extern crate libc;
Expand Down

0 comments on commit 1aac569

Please sign in to comment.