From f7bb31a47a11ea85535024965432bcef90f407f7 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Mon, 30 Jun 2014 17:22:40 -0700 Subject: libstd: set baseline stability levels. Earlier commits have established a baseline of `experimental` stability for all crates under the facade (so their contents are considered experimental within libstd). Since `experimental` is `allow` by default, we should use the same baseline stability for libstd itself. This commit adds `experimental` tags to all of the modules defined in `std`, and `unstable` to `std` itself. --- src/libstd/path/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 6d48122b186..7d814df8ebf 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -63,6 +63,8 @@ println!("path exists: {}", path.exists()); */ +#![experimental] + use collections::Collection; use c_str::CString; use clone::Clone; -- cgit 1.4.1-3-g733a5