Skip to content

Commit

Permalink
Rollup merge of rust-lang#57259 - king6cong:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Update reference of rlibc crate to compiler-builtins crate

None
  • Loading branch information
Mark-Simulacrum committed Jan 3, 2019
2 parents 028774c + 185636e commit e78b596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! often generated by LLVM. Additionally, this library can make explicit
//! calls to these functions. Their signatures are the same as found in C.
//! These functions are often provided by the system libc, but can also be
//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
//! provided by the [compiler-builtins crate](https://crates.io/crates/compiler_builtins).
//!
//! * `rust_begin_panic` - This function takes four arguments, a
//! `fmt::Arguments`, a `&'static str`, and two `u32`'s. These four arguments
Expand Down

0 comments on commit e78b596

Please sign in to comment.