1
Fork 0

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)]

View file

@ -397,7 +397,7 @@ E0618: 0618,
E0619: 0619,
E0620: 0620,
E0621: 0621,
E0622: 0622,
E0622: 0622, // REMOVED: rustc-intrinsic ABI was removed
E0623: 0623,
E0624: 0624,
E0625: 0625,