We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3fe0b9 + e4f5866 commit 73b253dCopy full SHA for 73b253d
src/libcore/core.rc
@@ -56,6 +56,7 @@ Implicitly, all crates behave as if they included the following prologue:
56
57
// On Linux, link to the runtime with -lrt.
58
#[cfg(target_os = "linux")]
59
+#[doc(hidden)]
60
pub mod linkhack {
61
#[link_args="-lrustrt -lrt"]
62
#[link_args = "-lpthread"]
@@ -252,7 +253,7 @@ pub mod rt;
252
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.
-#[doc(hidden)] // FIXME #3538
256
257
pub mod core {
258
#[cfg(stage0)]
259
pub const error : u32 = 1_u32;
0 commit comments