Rollup merge of #23100 - wesleywiser:fix_23059, r=brson

Fixes #23059
This commit is contained in:
Manish Goregaokar 2015-03-06 09:06:28 +05:30
commit aaaa4310cc

View File

@ -35,8 +35,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 `librlibc` which is distributed with the standard rust
//! distribution.
//! provided by the [rlibc crate](https://crates.io/crates/rlibc).
//!
//! * `rust_begin_unwind` - This function takes three arguments, a
//! `fmt::Arguments`, a `&str`, and a `usize`. These three arguments dictate