Skip to content

Port rustc_strict_coherence to the new attribute parser#152171

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
jdonszelmann:port-rustc-strict-coherence
Feb 9, 2026
Merged

Port rustc_strict_coherence to the new attribute parser#152171
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
jdonszelmann:port-rustc-strict-coherence

Conversation

@jdonszelmann
Copy link
Contributor

@rustbot
Copy link
Collaborator

rustbot commented Feb 5, 2026

Some changes occurred in compiler/rustc_passes/src/check_attr.rs

cc @JonathanBrouwer

Some changes occurred in compiler/rustc_attr_parsing

cc @JonathanBrouwer

Some changes occurred in compiler/rustc_hir/src/attrs

cc @JonathanBrouwer

@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) 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 5, 2026
@rust-log-analyzer

This comment has been minimized.

@jdonszelmann jdonszelmann force-pushed the port-rustc-strict-coherence branch from 717f1f5 to 1d1c0ae Compare February 5, 2026 14:33
@JonathanBrouwer
Copy link
Contributor

r=me after #152170 merged, or make this PR not based on that one

@rust-bors

This comment has been minimized.

@rust-log-analyzer

This comment was marked as outdated.

@JonathanBrouwer
Copy link
Contributor

@rustbot author

@rustbot rustbot 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-review Status: Awaiting review from the assignee but also interested parties. labels Feb 6, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 6, 2026

Reminder, once the PR becomes ready for a review, use @rustbot ready.

@jdonszelmann jdonszelmann force-pushed the port-rustc-strict-coherence branch from 1d1c0ae to e51f69e Compare February 7, 2026 08:13
@rustbot

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-bors

This comment has been minimized.

@jdonszelmann jdonszelmann force-pushed the port-rustc-strict-coherence branch from e51f69e to b532705 Compare February 7, 2026 13:20
@rustbot

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@jdonszelmann jdonszelmann force-pushed the port-rustc-strict-coherence branch from b532705 to 42a5658 Compare February 7, 2026 14:13
@rust-bors

This comment has been minimized.

@jdonszelmann jdonszelmann force-pushed the port-rustc-strict-coherence branch from 42a5658 to 2dda303 Compare February 8, 2026 21:29
@rustbot
Copy link
Collaborator

rustbot commented Feb 8, 2026

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@jdonszelmann
Copy link
Contributor Author

@bors r=jonathanbrouwer

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 8, 2026

📌 Commit 2dda303 has been approved by jonathanbrouwer

It is now in the queue for this repository.

@rust-bors rust-bors bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 8, 2026
@rust-bors rust-bors bot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Feb 8, 2026
rust-bors bot pushed a commit that referenced this pull request Feb 9, 2026
Rollup of 4 pull requests

Successful merges:

 - #150823 (Implement MVP for opaque generic const arguments)
 - #152071 (Implement stdio FD constants)
 - #152171 (Port `rustc_strict_coherence` to the new attribute parser)
 - #152291 (Port `rustc_insignificant_dtor`)

Failed merges:

 - #152180 (Port `rustc_reservation_impl` to the new attribute parser)
@rust-bors rust-bors bot merged commit 12f0ef7 into rust-lang:main Feb 9, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Feb 9, 2026
rust-timer added a commit that referenced this pull request Feb 9, 2026
Rollup merge of #152171 - jdonszelmann:port-rustc-strict-coherence, r=jonathanbrouwer

Port `rustc_strict_coherence` to the new attribute parser

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

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.

4 participants