Skip to content

Commit e78b596

Browse files
Rollup merge of rust-lang#57259 - king6cong:master, r=alexcrichton
Update reference of rlibc crate to compiler-builtins crate None
2 parents 028774c + 185636e commit e78b596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! often generated by LLVM. Additionally, this library can make explicit
2525
//! calls to these functions. Their signatures are the same as found in C.
2626
//! These functions are often provided by the system libc, but can also be
27-
//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
27+
//! provided by the [compiler-builtins crate](https://crates.io/crates/compiler_builtins).
2828
//!
2929
//! * `rust_begin_panic` - This function takes four arguments, a
3030
//! `fmt::Arguments`, a `&'static str`, and two `u32`'s. These four arguments

0 commit comments

Comments
 (0)