rust/compiler/rustc_codegen_ssa
Matthias Krüger d7372a1787
Rollup merge of #108739 - 823984418:patch-1, r=cjgillot
Prevent the `start_bx` basic block in codegen from having two `Builder`s at the same time

Here, at the same time, there are two `start_llbb` builder, this should be unexpected.
2023-03-11 15:43:15 +01:00
..
2023-02-06 17:40:18 +03:00

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