diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2015-01-11 11:10:04 +0100 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2015-01-16 08:18:56 +0100 |
| commit | c6ab9a6370ee21573cc98ec8ccb4246f8c087ea8 (patch) | |
| tree | 5b33a19849a3cb9513c2868808e486c6e2b5cb47 /src/libstd/lib.rs | |
| parent | bb04121138b636f6aa43e10fa38629043a0f0f48 (diff) | |
| download | rust-c6ab9a6370ee21573cc98ec8ccb4246f8c087ea8.tar.gz rust-c6ab9a6370ee21573cc98ec8ccb4246f8c087ea8.zip | |
Don't use NoSend/NoSync in libstd
Diffstat (limited to 'src/libstd/lib.rs')
| -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 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. |
