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 ab5472a commit 968e0ddCopy full SHA for 968e0dd
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"]
0 commit comments