diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-14 15:20:14 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-21 16:16:21 -0800 |
| commit | 7b73ec469878e428c789b77320b3f8dc8d974d22 (patch) | |
| tree | 297c1f66334f03df5b0da3f2ea37bfb00a63453e /src/libcoretest | |
| parent | 94ca8a361026d1a622a961e8dc8cacc331ed1ac3 (diff) | |
| download | rust-7b73ec469878e428c789b77320b3f8dc8d974d22.tar.gz rust-7b73ec469878e428c789b77320b3f8dc8d974d22.zip | |
Tie stability attributes to feature gates
Diffstat (limited to 'src/libcoretest')
| -rw-r--r-- | src/libcoretest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs index 0c7b72612fa..1aa302aa8ed 100644 --- a/src/libcoretest/lib.rs +++ b/src/libcoretest/lib.rs @@ -11,8 +11,8 @@ #![feature(unsafe_destructor, slicing_syntax)] #![feature(unboxed_closures)] #![feature(box_syntax)] +#![feature(unnamed_feature)] #![allow(unknown_features)] #![feature(int_uint)] -#![allow(unstable)] extern crate core; extern crate test; |
