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/libtest/lib.rs | |
| parent | 94ca8a361026d1a622a961e8dc8cacc331ed1ac3 (diff) | |
| download | rust-7b73ec469878e428c789b77320b3f8dc8d974d22.tar.gz rust-7b73ec469878e428c789b77320b3f8dc8d974d22.zip | |
Tie stability attributes to feature gates
Diffstat (limited to 'src/libtest/lib.rs')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index be7410d901a..fbdfce0eddf 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -34,8 +34,8 @@ #![allow(unknown_features)] #![feature(asm, slicing_syntax)] #![feature(box_syntax)] +#![feature(unnamed_feature)] #![allow(unknown_features)] #![feature(int_uint)] -#![allow(unstable)] extern crate getopts; extern crate regex; |
