Remove some dead or leftover code related to rustc-intrinsic abi removal

This commit is contained in:
Oli Scherer
2025-04-08 10:52:16 +00:00
parent c6c179662d
commit b2aa9d0620
6 changed files with 13 additions and 60 deletions

View File

@@ -1,8 +1,10 @@
#### Note: this error code is no longer emitted by the compiler.
An intrinsic was declared without being a function.
Erroneous code example:
```compile_fail,E0622
```no_run
#![feature(intrinsics)]
#![allow(internal_features)]