rust/compiler/rustc_const_eval/src
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
..
check_consts Dont make ObligationCtxts with diagnostics unnecessarily 2025-06-08 22:40:44 -04:00
const_eval const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
interpret Remove rustc's notion of "preferred" alignment AKA __alignof 2025-06-08 16:41:46 -07:00
util Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk 2025-06-06 23:53:18 +02:00
errors.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00