File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ pub mod sync;
163163
164164/* Runtime and platform support */
165165
166+ #[ unstable]
166167pub mod libc;
167168pub mod c_str;
168169pub mod os;
@@ -172,9 +173,8 @@ pub mod rand;
172173pub mod run;
173174pub mod cast;
174175pub mod fmt;
175- pub mod repr;
176176pub mod cleanup;
177- pub mod reflect ;
177+ # [ deprecated ]
178178pub mod condition;
179179pub mod logging;
180180pub mod util;
@@ -183,7 +183,13 @@ pub mod mem;
183183
184184/* Unsupported interfaces */
185185
186+ #[ unstable]
187+ pub mod repr;
188+ #[ unstable]
189+ pub mod reflect;
190+
186191// Private APIs
192+ #[ unstable]
187193pub mod unstable;
188194
189195
@@ -195,6 +201,7 @@ mod cmath;
195201
196202// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
197203// but name resolution doesn't work without it being pub.
204+ #[ unstable]
198205pub mod rt;
199206
200207// A curious inner-module that's not exported that contains the binding
You can’t perform that action at this time.
0 commit comments