]> git.lizzy.rs Git - rust.git/commitdiff
std: mark some modules as unstable
authorCorey Richardson <corey@octayn.net>
Sun, 5 Jan 2014 14:09:07 +0000 (09:09 -0500)
committerCorey Richardson <corey@octayn.net>
Mon, 6 Jan 2014 02:52:16 +0000 (21:52 -0500)
Obviously everything is unstable, but these particularly so, and they will
likely remain that way.

Closes #10239

src/libstd/lib.rs

index 1d24c2c66f80a0b1736c5f198e7a743d07e5bb49..492059ebb706acdba8aea77f76a2ad60beb113d7 100644 (file)
 
 /* Runtime and platform support */
 
+#[unstable]
 pub mod libc;
 pub mod c_str;
 pub mod os;
 pub mod run;
 pub mod cast;
 pub mod fmt;
-pub mod repr;
 pub mod cleanup;
-pub mod reflect;
+#[deprecated]
 pub mod condition;
 pub mod logging;
 pub mod util;
 
 /* Unsupported interfaces */
 
+#[unstable]
+pub mod repr;
+#[unstable]
+pub mod reflect;
+
 // Private APIs
+#[unstable]
 pub mod unstable;
 
 
 
 // FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
 // but name resolution doesn't work without it being pub.
+#[unstable]
 pub mod rt;
 
 // A curious inner-module that's not exported that contains the binding