Skip to content

Commit

Permalink
Fix make check-stage1 by conditionally activating question_mark featu…
Browse files Browse the repository at this point in the history
…re for compiletest tool.
  • Loading branch information
michaelwoerister committed Oct 14, 2016
1 parent d34318d commit e4e444a
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 e4e444a

Please sign in to comment.