diff options
| author | king6cong <king6cong@gmail.com> | 2019-01-02 15:18:13 +0800 |
|---|---|---|
| committer | king6cong <king6cong@gmail.com> | 2019-01-09 19:07:45 +0800 |
| commit | 7cdcdb5dc0b282d5926f0edd7f05b13fbf239197 (patch) | |
| tree | 44dfcd41b8741b1156c5c55f4164221c4e279b1d /src/libcore/lib.rs | |
| parent | 8c97b6ffbf0cec856c0b729c549141b5ac4b2d48 (diff) | |
| download | rust-7cdcdb5dc0b282d5926f0edd7f05b13fbf239197.tar.gz rust-7cdcdb5dc0b282d5926f0edd7f05b13fbf239197.zip | |
Update reference of rlibc crate to compiler-builtins crate
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index b2cafc4cede..c94f0ab0301 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -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 |
