Files
rust/compiler/rustc_middle
Chayim Refael Friedman dff9d088ab Avoid having traits in rustc_type_ir for FnSigKind and Abi
Instead, just use the concrete types `FnSigKind` and `rustc_abi::ExternAbi`. This simplifies the code in both rustc and rust-analyzer.
2026-04-29 20:19:26 +03:00
..
2026-04-08 21:09:07 +02:00

For more information about how rustc works, see the rustc dev guide.