Skip to content

Box in ValTreeKind::Branch(Box<[I::Const]>) changed to List#152593

Open
spirali wants to merge 1 commit intorust-lang:mainfrom
spirali:valtreekind-list
Open

Box in ValTreeKind::Branch(Box<[I::Const]>) changed to List#152593
spirali wants to merge 1 commit intorust-lang:mainfrom
spirali:valtreekind-list

Conversation

@spirali
Copy link

@spirali spirali commented Feb 13, 2026

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 Internator::Consts, changes Branch(Box<[I::Const]>) to Branch(I::Consts), and updates all relevant places.

r? lcnr

@rustbot
Copy link
Collaborator

rustbot commented Feb 13, 2026

Some changes occurred in match lowering

cc @Nadrieril

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants