Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc_session: Address all rustc::potential_query_instability lints #118574

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

Enselic
Copy link
Member

@Enselic Enselic commented Dec 3, 2023

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
Collaborator

rustbot commented Dec 3, 2023

r? @b-naber

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

@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 Dec 3, 2023
@cjgillot
Copy link
Contributor

cjgillot commented Dec 3, 2023

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Dec 3, 2023

📌 Commit d87460a has been approved by cjgillot

It is now in the queue for this repository.

@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 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:master Dec 3, 2023
11 checks passed
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**.
@rustbot rustbot 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 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.

5 participants