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 b0746ff commit 96b1f0cCopy full SHA for 96b1f0c
src/libcore/lib.rs
@@ -35,8 +35,7 @@
35
//! often generated by LLVM. Additionally, this library can make explicit
36
//! calls to these functions. Their signatures are the same as found in C.
37
//! These functions are often provided by the system libc, but can also be
38
-//! provided by `librlibc` which is distributed with the standard rust
39
-//! distribution.
+//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
40
//!
41
//! * `rust_begin_unwind` - This function takes three arguments, a
42
//! `fmt::Arguments`, a `&str`, and a `usize`. These three arguments dictate
0 commit comments