From 77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 17 Jun 2014 22:13:36 -0700 Subject: Mark all crates except std as experimental --- src/libtest/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtest') diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index e7c35fb59ee..0415c20425b 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -24,6 +24,7 @@ // build off of. #![crate_id = "test#0.11.0-pre"] +#![experimental] #![comment = "Rust internal test library only used by rustc"] #![license = "MIT/ASL2"] #![crate_type = "rlib"] -- cgit 1.4.1-3-g733a5