Skip to content

Commit c2dc0c0

Browse files
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
2 parents 3537a06 + 3154e7c commit c2dc0c0

0 file changed

File tree

    0 commit comments

    Comments
     (0)