rust/compiler/rustc_codegen_ssa
Scott McMurray f5fc8727db Add BuilderMethods::unreachable_nonterminator
So places that need `unreachable` but in the middle of a basic block can call that instead of figuring out the best way to do it.
2025-07-10 09:17:28 -07:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.