diff options
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 54c0cbc67be..47c50f70a39 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -26,7 +26,7 @@ // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364) #![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "test"] -#![unstable(feature = "test")] +#![unstable(feature = "test", issue = "27812")] #![staged_api] #![crate_type = "rlib"] #![crate_type = "dylib"] |
