File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929//! (Note that these are [standard assumptions](https://reviews.llvm.org/D86993) among compilers.)
3030//! These functions are often provided by the system libc, but can also be provided by the
3131//! [compiler-builtins crate](https://crates.io/crates/compiler_builtins).
32+ //! Note that the library does not guarantee that it will always make these assumptions, so Rust
33+ //! user code directly calling the C functions should follow the C specification! The advice for
34+ //! Rust user code is to call the functions provided by this library instead (such as
35+ //! `ptr::copy`).
3236//!
3337//! * `rust_begin_panic` - This function takes four arguments, a
3438//! `fmt::Arguments`, a `&'static str`, and two `u32`'s. These four arguments
You can’t perform that action at this time.
0 commit comments