about summary refs log tree commit diff
path: root/src/libcore
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/libcore
parent0f02309e4b0ea05ee905205278fb6d131341c41f (diff)
sprinkle feature gates here and there
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index f199909dfa9..648b652772a 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -77,6 +77,7 @@
 #![feature(rustc_attrs)]
 #![feature(staged_api)]
 #![feature(unboxed_closures)]
+#![feature(question_mark)]
 
 #[macro_use]
 mod macros;