diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-07 17:42:49 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-07 17:42:49 +0100 |
| commit | fa0b97268a784b3e5a3d02691f327e112fb830d0 (patch) | |
| tree | f348dd67f58273a6974d4fcc6b2fb90cbe595f6a /compiler/rustc_hir_analysis/src | |
| parent | e8c698bb3bdc121ac7f65919bd16d22f6567a3f1 (diff) | |
| download | rust-fa0b97268a784b3e5a3d02691f327e112fb830d0.tar.gz rust-fa0b97268a784b3e5a3d02691f327e112fb830d0.zip | |
remove 'platform-intrinsic' ABI leftovers
Diffstat (limited to 'compiler/rustc_hir_analysis/src')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/check/intrinsic.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_hir_analysis/src/check/intrinsic.rs b/compiler/rustc_hir_analysis/src/check/intrinsic.rs index 1513ea7c9e8..c465d8050a7 100644 --- a/compiler/rustc_hir_analysis/src/check/intrinsic.rs +++ b/compiler/rustc_hir_analysis/src/check/intrinsic.rs @@ -1,5 +1,4 @@ -//! Type-checking for the rust-intrinsic and platform-intrinsic -//! intrinsics that the compiler exposes. +//! Type-checking for the rust-intrinsic intrinsics that the compiler exposes. use rustc_abi::ExternAbi; use rustc_errors::codes::*; |
