Rollup merge of #132734 - RalfJung:platform-intrinsic, r=compiler-errors

remove 'platform-intrinsic' ABI leftovers

This was removed a while ago, but some parts haven't been fully cleaned up.
This commit is contained in:
Matthias Krüger
2024-11-07 18:19:38 +01:00
committed by GitHub
4 changed files with 4 additions and 5 deletions

View File

@@ -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::*;