update docs

- src\doc\nomicon\src\ffi.md should also have its ABI list updated
This commit is contained in:
Bennet Bleßmann 2025-04-06 15:10:23 +02:00 committed by Bennet Bleßmann
parent 51b51b51d7
commit 6dfb29624c
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99
5 changed files with 7 additions and 57 deletions

View file

@ -1,5 +1,4 @@
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
//! functions marked with the `#[rustc_intrinsic]` attribute
//! Codegen of intrinsics. This includes functions marked with the `#[rustc_intrinsic]` attribute
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
macro_rules! intrinsic_args {