rust/compiler/rustc_interface/src
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
..
callbacks.rs Rename TRACK_DIAGNOSTICS as TRACK_DIAGNOSTIC. 2024-01-11 07:55:03 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs SilentEmitter::fatal_note doesn't need to be optional. 2024-02-03 09:02:50 +11:00
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
passes.rs clean up potential_query_instability with FxIndexMap and UnordMap 2024-02-14 18:36:37 +08:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Make CodegenBackend::join_codegen infallible. 2024-02-17 10:51:35 +11:00
tests.rs Replace NonZero::<_>::new with NonZero::new. 2024-02-15 08:09:42 +01:00
util.rs Replace NonZero::<_>::new with NonZero::new. 2024-02-15 08:09:42 +01:00