Skip to content

Add E0747 explanation for type/const mismatch case - #162684

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
raushan728:issues/162320
Sep 12, 2026
Merged

Add E0747 explanation for type/const mismatch case#162684
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
raushan728:issues/162320

Conversation

@raushan728

@raushan728 raushan728 commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

@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 Sep 12, 2026
@GuillaumeGomez

Copy link
Copy Markdown
Member

Thanks!

@bors r+ rollup

@rust-bors

rust-bors Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 8764372 has been approved by GuillaumeGomez

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 Sep 12, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 12, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #162623 (Use GrowableBitSet in the main loop of `rustc_mir_transform::sroa`)
 - #162678 (Disconnect `rustc_codegen_ssa` from `rustc_mir_transform`)
 - #162641 (Remove unused arguments of functions)
 - #162663 (Rustdoc issue template: fix typo in comment ("thorugh"))
 - #162684 (Add `E0747` explanation for `type/const` mismatch case)
 - #162685 (Stabilize `Vec::from_fn`)
rust-bors Bot pushed a commit that referenced this pull request Sep 12, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #162623 (Use GrowableBitSet in the main loop of `rustc_mir_transform::sroa`)
 - #162678 (Disconnect `rustc_codegen_ssa` from `rustc_mir_transform`)
 - #162641 (Remove unused arguments of functions)
 - #162663 (Rustdoc issue template: fix typo in comment ("thorugh"))
 - #162684 (Add `E0747` explanation for `type/const` mismatch case)
 - #162685 (Stabilize `Vec::from_fn`)
@rust-bors
rust-bors Bot merged commit d6570b4 into rust-lang:main Sep 12, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Sep 12, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 12, 2026
Rollup merge of #162684 - raushan728:issues/162320, r=GuillaumeGomez

Add `E0747` explanation for `type/const` mismatch case

Fixes #162320

r? @GuillaumeGomez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

E0747 docs miss type/const mismatch case

3 participants