about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-27 15:06:49 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-31 21:27:59 +0300
commit73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8 (patch)
treeae239433b4f12f1fbd6fb01a6a7f342fd8cfba0e /src/libtest
parent9152fe4ea053a29469691349f4b63aa94c9aac56 (diff)
downloadrust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.tar.gz
rust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.zip
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/lib.rs2
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))]