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

[type_repetition_in_bounds]: respect MSRV for combining bounds #10994

Merged
merged 4 commits into from
Jun 23, 2023

Conversation

y21
Copy link
Member

@y21 y21 commented Jun 20, 2023

Fixes #8772.

changelog: [type_repetition_in_bounds]: respect msrv for combining ?Sized bound

@rustbot
Copy link
Collaborator

rustbot commented Jun 20, 2023

r? @giraffate

(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 Jun 20, 2023
Copy link
Contributor

@giraffate giraffate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy_utils/src/msrvs.rs Outdated Show resolved Hide resolved
@y21 y21 changed the title [type_repetition_in_bounds]: respect msrv for combining bounds [type_repetition_in_bounds]: respect MSRV for combining bounds Jun 22, 2023
@giraffate
Copy link
Contributor

@bors r+

Thanks!

@bors
Copy link
Collaborator

bors commented Jun 22, 2023

📌 Commit 33b6d0d has been approved by giraffate

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 22, 2023

⌛ Testing commit 33b6d0d with merge 480d1d1...

bors added a commit that referenced this pull request Jun 22, 2023
[`type_repetition_in_bounds`]: respect MSRV for combining bounds

Fixes #8772.

changelog: [`type_repetition_in_bounds`]: respect msrv for combining `?Sized` bound
@bors
Copy link
Collaborator

bors commented Jun 23, 2023

💔 Test failed - checks-action_test

@giraffate
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 23, 2023

📌 Commit 75f9fbc has been approved by giraffate

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 23, 2023

⌛ Testing commit 75f9fbc with merge ce0a48a...

@bors
Copy link
Collaborator

bors commented Jun 23, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: giraffate
Pushing ce0a48a to master...

@bors bors merged commit ce0a48a into rust-lang:master Jun 23, 2023
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.

type_repetition_in_bounds should pay attention to msrv when ?Sized bound is involved
4 participants