We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 028774c + 185636e commit e78b596Copy full SHA for e78b596
src/libcore/lib.rs
@@ -24,7 +24,7 @@
24
//! often generated by LLVM. Additionally, this library can make explicit
25
//! calls to these functions. Their signatures are the same as found in C.
26
//! These functions are often provided by the system libc, but can also be
27
-//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
+//! provided by the [compiler-builtins crate](https://crates.io/crates/compiler_builtins).
28
//!
29
//! * `rust_begin_panic` - This function takes four arguments, a
30
//! `fmt::Arguments`, a `&'static str`, and two `u32`'s. These four arguments
0 commit comments