Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #152593 - spirali:valtreekind-list, r=lcnr
Box in `ValTreeKind::Branch(Box<[I::Const]>)` changed to `List` This is related to trait system refactoring. It fixes the FIXME in `ValTreeKind` ``` // FIXME(mgca): Use a `List` here instead of a boxed slice Branch(Box<[I::Const]>), ``` It introduces `Interner::Consts`, changes `Branch(Box<[I::Const]>)` to `Branch(I::Consts)`, and updates all relevant places. r? lcnr
Jonathan Brouwer 7 weeks ago
parent 3537a06 · parent 3154e7c · commit c2dc0c0
0 files changed, 0 insertions, 0 deletions