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

[incompatible_msrv]: allow expressions that come from desugaring #12275

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

y21
Copy link
Member

@y21 y21 commented Feb 11, 2024

Fixes #12273

changelog: [incompatible_msrv]: don't lint on the IntoFuture::into_future call desugared by .await

@rustbot
Copy link
Collaborator

rustbot commented Feb 11, 2024

r? @Manishearth

rustbot has assigned @Manishearth.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 11, 2024
@y21 y21 force-pushed the incompatible_msrv_desugaring branch from b865309 to 01a228f Compare February 11, 2024 12:04
@y21 y21 force-pushed the incompatible_msrv_desugaring branch from 01a228f to 67bdb0e Compare February 11, 2024 12:11
@Manishearth
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Feb 13, 2024

📌 Commit 67bdb0e has been approved by Manishearth

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Feb 13, 2024

⌛ Testing commit 67bdb0e with merge 03113a9...

@bors
Copy link
Collaborator

bors commented Feb 13, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Manishearth
Pushing 03113a9 to master...

@bors bors merged commit 03113a9 into rust-lang:master Feb 13, 2024
5 checks passed
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.

incompatible_msrv thinks .await is stabilized since 1.64 while it's not
4 participants