about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-03-21 02:23:03 -0500
committerJorge Aparicio <japaricious@gmail.com>2016-03-22 22:02:47 -0500
commitaa7fe93d4a6217dd6f2538bce857ab6a097afbeb (patch)
tree01a650350af7fd2cb243509bb4a33d2bdf1b57b0 /src/libtest
parent0f02309e4b0ea05ee905205278fb6d131341c41f (diff)
downloadrust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.tar.gz
rust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.zip
sprinkle feature gates here and there
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index e637246a157..e4d7697a71b 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -40,6 +40,7 @@
 #![feature(rustc_private)]
 #![feature(set_stdio)]
 #![feature(staged_api)]
+#![feature(question_mark)]
 
 extern crate getopts;
 extern crate term;