We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968e0dd commit e4f5866Copy full SHA for e4f5866
src/libcore/core.rc
@@ -253,7 +253,7 @@ pub mod rt;
253
// A curious inner-module that's not exported that contains the binding
254
// 'core' so that macro-expanded references to core::error and such
255
// can be resolved within libcore.
256
-#[doc(hidden)] // FIXME #3538
+#[doc(hidden)]
257
pub mod core {
258
#[cfg(stage0)]
259
pub const error : u32 = 1_u32;
0 commit comments