rustbot · GitHub

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

T-clippy

Relevant to the Clippy team.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Jan 2, 2026

@rustbot rustbot added the T-rustdoc

Relevant to the rustdoc team, which will review and decide on the PR/issue.

label

Jan 2, 2026

@rust-cloud-vms

BoxyUwU

Open

29 tasks

@rust-cloud-vms

Kivooeo

BoxyUwU

@rust-cloud-vms

@Kivooeo

Kivooeo marked this pull request as ready for review

January 4, 2026 11:27

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jan 4, 2026

@rust-cloud-vms

@rust-cloud-vms

@rust-cloud-vms

@rust-cloud-vms

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jan 4, 2026

bors added a commit that referenced this pull request

Jan 4, 2026
MGCA: Support for tuple constructors
r? BoxyUwU
part of #132980
fixes #136379
fixes #138132
i tried to keep implementation very minimal and it's very similar to how structs was implemented with small adjustments
this does not make const constructor like None works, just something like Some(n)
todo:
* ~~tests~~
* write a better description (not sure if needed)
* add more comments and FIXMEs from structs code

bors added a commit that referenced this pull request

Jan 5, 2026
MGCA: Support for tuple constructors
r? BoxyUwU
part of #132980
fixes #136379
fixes #138132
i tried to keep implementation very minimal and it's very similar to how structs was implemented with small adjustments
this does not make const constructor like None works, just something like Some(n)
todo:
* ~~tests~~
* write a better description (not sure if needed)
* add more comments and FIXMEs from structs code

@bors bors added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

labels

Jan 5, 2026

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jan 5, 2026

@bors

@bors bors mentioned this pull request

Jan 5, 2026

Merged

Closed

Closed

Read the original on github.com ↗