mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-09 02:50:10 +00:00
Fix several asm! related issues This is a combination of several fixes, each split into a separate commit. Splitting these into PRs is not practical since they conflict with each other. Fixes #92378 Fixes #85247 r? ``@nagisa``
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.