From c6ab9a6370ee21573cc98ec8ccb4246f8c087ea8 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Sun, 11 Jan 2015 11:10:04 +0100 Subject: Don't use NoSend/NoSync in libstd --- src/libstd/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 03d9030b025..182344452a4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -110,6 +110,7 @@ #![feature(slicing_syntax, unboxed_closures)] #![feature(box_syntax)] #![feature(old_impl_check)] +#![feature(optin_builtin_traits)] #![allow(unknown_features)] #![feature(int_uint)] // Don't link to std. We are std. -- cgit 1.4.1-3-g733a5