rust/compiler/rustc_const_eval
Matthias Krüger 7ab938375d
Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnr
Dont make `ObligationCtxt`s with diagnostics unnecessarily

just a nit, shouldn't affect perf b/c `ObligationCtxt::new_with_diagnostics` should only be more expensive in the new trait solver, and I don't expect either of these to encounter errors today anyways.

r? oli-obk
2025-06-09 13:55:34 +02:00
..
src Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnr 2025-06-09 13:55:34 +02:00
Cargo.toml don't depend on rustc_attr_parsing if rustc_data_structures will do 2025-05-09 23:16:55 +02:00
messages.ftl const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00