diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-03-03 15:50:52 +0100 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2019-03-19 13:58:47 +0100 |
| commit | f2915a6f620ec110508bc01f63eeb9473ba6ae32 (patch) | |
| tree | 47d8cd4addc1b57988753567e31173cc6da41b44 /src/libtest | |
| parent | 3a9e30f6c9741f6fc3fa4eae320d56730c21e15b (diff) | |
| download | rust-f2915a6f620ec110508bc01f63eeb9473ba6ae32.tar.gz rust-f2915a6f620ec110508bc01f63eeb9473ba6ae32.zip | |
Use feature(test)
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 17150046108..2fdc85d41ca 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -12,6 +12,7 @@ #![unstable(feature = "test", issue = "27812")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))] +#![feature(test)] extern crate libtest; pub use libtest::*; |
