Skip to content

rustc_session: Address all rustc::potential_query_instability lints - #118574

Merged
bors merged 1 commit into
rust-lang:masterfrom
Enselic:query-instability
Dec 3, 2023
Merged

rustc_session: Address all rustc::potential_query_instability lints#118574
bors merged 1 commit into
rust-lang:masterfrom
Enselic:query-instability

Conversation

@Enselic

Copy link
Copy Markdown
Member

Instead of allowing rustc::potential_query_instability on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out all instances were safe to allow in this crate.

Part of #84447 which is E-help-wanted.

Instead of allowing `rustc::potential_query_instability` on the whole
crate we go over each lint and allow it individually if it is safe to
do. Turns out all instances were safe to allow in this crate.
@rustbot

Copy link
Copy Markdown
Collaborator

r? @b-naber

(rustbot has picked a reviewer for you, use r? to override)

@rustbotrustbot 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 Dec 3, 2023
@cjgillot

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Dec 3, 2023

Copy link
Copy Markdown
Collaborator

📌 Commit d87460a has been approved by cjgillot

It is now in the queue for this repository.

@borsbors 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 Dec 3, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 3, 2023
…iaskrgr
Rollup of 3 pull requests
Successful merges:
- rust-lang#117869 ([rustdoc] Add highlighting for comments in items declaration)
- rust-lang#118525 (coverage: Skip spans that can't be un-expanded back to the function body)
- rust-lang#118574 (rustc_session: Address all `rustc::potential_query_instability` lints)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit caeaf31 into rust-lang:masterDec 3, 2023
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Dec 3, 2023
Rollup merge of rust-lang#118574 - Enselic:query-instability, r=cjgillot
rustc_session: Address all `rustc::potential_query_instability` lints
Instead of allowing `rustc::potential_query_instability` on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out all instances were safe to allow in this crate.
Part of rust-lang#84447 which is **E-help-wanted**.
@rustbotrustbot added this to the 1.76.0 milestone Dec 3, 2023
@Enselic
Enselic deleted the query-instability branch December 4, 2023 04:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

5 participants

@Enselic@rustbot@cjgillot@bors@b-naber