rust/compiler/rustc_const_eval/src
Guillaume Boisseau 62c2628eba
Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung
various const interning cleanups

After #119044 I noticed that some things can be simplified and refactored.

This is also a requirement for https://github.com/rust-lang/rust/pull/116564 as there we'll need to treat the base allocation differently from the others

r? ````@RalfJung````
2024-02-07 18:24:42 +01:00
..
const_eval Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung 2024-02-07 18:24:42 +01:00
interpret Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung 2024-02-07 18:24:42 +01:00
transform Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov 2024-02-06 22:45:41 +01:00
util Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs 2024-02-06 02:22:58 +00:00
errors.rs Remove the lifetime from DiagnosticArgValue. 2024-01-30 18:46:06 +11:00
lib.rs Remove unused features 2024-01-25 14:01:33 +00:00