diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-04-08 09:40:30 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-04-08 09:40:30 +0000 |
| commit | 44bbe6373981f38f1c5d061eb4baddf0cf0660eb (patch) | |
| tree | 0f6282989651700a3b9ddbdbf964353f765f5d83 | |
| parent | 0e9a8540b011a8c0adb0e2c542cfb31c5aaf61a8 (diff) | |
| parent | 4a8026ce639f2e5e09d20320ca569fedcafcef6a (diff) | |
| download | rust-44bbe6373981f38f1c5d061eb4baddf0cf0660eb.tar.gz rust-44bbe6373981f38f1c5d061eb4baddf0cf0660eb.zip | |
Sync from rust e643f59f6da3a84f43e75dea99afaa5b041ea6bf
| -rw-r--r-- | src/intrinsics/mod.rs | 3 |
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 { |
