diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index a67ed1c0b79..cde1a7335a5 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -254,6 +254,11 @@ mod unicode; #[unstable] pub mod rt; +#[doc(hidden)] +pub fn issue_14344_workaround() { // FIXME #14344 force linkage to happen correctly + libc::issue_14344_workaround(); +} + // A curious inner-module that's not exported that contains the binding // 'std' so that macro-expanded references to std::error and such // can be resolved within libstd. |
