1
Fork 0

remove 'platform-intrinsic' ABI leftovers

This commit is contained in:
Ralf Jung 2024-11-07 17:42:49 +01:00
parent e8c698bb3b
commit fa0b97268a
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::*;