rust/compiler/rustc_codegen_ssa
Matthias Krüger a387b71b0c
Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3
Make `CodegenBackend::join_codegen` infallible.

Because they all are, in practice.

r? ```@bjorn3```
2024-02-17 18:47:42 +01:00
..
2024-02-09 19:13:07 +03:00

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