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 29
29
//! (Note that these are [standard assumptions](https://reviews.llvm.org/D86993) among compilers.)
30
30
//! These functions are often provided by the system libc, but can also be provided by the
31
31
//! [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`).
32
36
//!
33
37
//! * `rust_begin_panic` - This function takes four arguments, a
34
38
//! `fmt::Arguments`, a `&'static str`, and two `u32`'s. These four arguments
You can’t perform that action at this time.
0 commit comments