diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-21 18:21:14 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-22 13:47:56 -0800 |
| commit | d3c0bb416e78cb878182dc6f4fd4a09922db87c1 (patch) | |
| tree | 4674a6520229b74dfcffc2b41da2b1ee1e248447 /src/libtest | |
| parent | 2b879a08b503f3ea45e7206c6bcd47d966603598 (diff) | |
| download | rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip | |
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 68949d56256..3749d17e2db 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -25,6 +25,7 @@ #![crate_name = "test"] #![unstable(feature = "unnamed_feature")] +#![feature(staged_api)] #![staged_api] #![crate_type = "rlib"] #![crate_type = "dylib"] |
