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/libstd | |
| parent | 0f02309e4b0ea05ee905205278fb6d131341c41f (diff) | |
| download | rust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.tar.gz rust-aa7fe93d4a6217dd6f2538bce857ab6a097afbeb.zip | |
sprinkle feature gates here and there
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 85e48f85d3d..5608bb646a4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -270,6 +270,7 @@ #![feature(unwind_attributes)] #![feature(vec_push_all)] #![feature(zero_one)] +#![feature(question_mark)] // Issue# 30592: Systematically use alloc_system during stage0 since jemalloc // might be unavailable or disabled |
