about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBennet Bleßmann <bb-github@t-online.de>2025-04-06 15:10:23 +0200
committerBennet Bleßmann <3877590+Skgland@users.noreply.github.com>2025-04-06 21:41:47 +0200
commit4a8026ce639f2e5e09d20320ca569fedcafcef6a (patch)
tree59700e94ea3dab93ade0a69598c5eea7894739cd
parent07006965d2cd8806f6a058774782b1f1e7a7d3b4 (diff)
downloadrust-4a8026ce639f2e5e09d20320ca569fedcafcef6a.tar.gz
rust-4a8026ce639f2e5e09d20320ca569fedcafcef6a.zip
update docs
- src\doc\nomicon\src\ffi.md should also have its ABI list updated
-rw-r--r--src/intrinsics/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intrinsics/mod.rs b/src/intrinsics/mod.rs
index 75f3a3c1972..d3f47ad7263 100644
--- a/src/intrinsics/mod.rs
+++ b/src/intrinsics/mod.rs
@@ -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 {