diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2016-03-21 02:23:03 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-03-22 22:02:47 -0500 |
| commit | aa7fe93d4a6217dd6f2538bce857ab6a097afbeb (patch) | |
| tree | 01a650350af7fd2cb243509bb4a33d2bdf1b57b0 /src/libtest | |
| parent | 0f02309e4b0ea05ee905205278fb6d131341c41f (diff) | |
| download | rust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.tar.gz rust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.zip | |
sprinkle feature gates here and there
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
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; |
