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

Ignore closures for some type lints #11504

Merged
merged 1 commit into from Sep 15, 2023

Conversation

Alexendoo
Copy link
Member

Fixes #11417

hir_ty_to_ty is used in a couple of the !is_local lints, which doesn't play nicely inside bodies

changelog: none

@rustbot
Copy link
Collaborator

rustbot commented Sep 14, 2023

r? @xFrednet

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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 14, 2023
@xFrednet
Copy link
Member

LGTM, thank you!

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 15, 2023

📌 Commit a2a31a0 has been approved by xFrednet

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Sep 15, 2023

⌛ Testing commit a2a31a0 with merge 2c629cc...

@bors
Copy link
Collaborator

bors commented Sep 15, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: xFrednet
Pushing 2c629cc to master...

@bors bors merged commit 2c629cc into rust-lang:master Sep 15, 2023
5 checks passed
@Alexendoo Alexendoo deleted the type-lints-closures branch September 15, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clippy fails with E0228, but build won't
4 participants