diff options
Diffstat (limited to 'src/libtest')
| -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 653dce32e50..a75975ba754 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -18,7 +18,7 @@ // cargo) to detect this crate. #![crate_name = "test"] -#![unstable(feature = "test", issue = "27812")] +#![unstable(feature = "test", issue = "50297")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))] #![feature(asm)] #![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc, rustc_private))] |
