Skip to content

fix cast_lossless with macro call #11516

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

Merged
merged 2 commits into from
Sep 20, 2023
Merged

fix cast_lossless with macro call #11516

merged 2 commits into from
Sep 20, 2023

Conversation

kiscad
Copy link
Contributor

@kiscad kiscad commented Sep 16, 2023

changelog: fix [cast_lossless] in the case when the cast operand is a macro call

fix #11458

@rustbot
Copy link
Collaborator

rustbot commented Sep 16, 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 Sep 16, 2023
@giraffate
Copy link
Contributor

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Sep 20, 2023

📌 Commit 3cad623 has been approved by giraffate

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Sep 20, 2023

⌛ Testing commit 3cad623 with merge f464149...

@bors
Copy link
Contributor

bors commented Sep 20, 2023

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

@bors bors merged commit f464149 into rust-lang:master Sep 20, 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.

clippy's lint cast_lossless replaces macro invocation with macro definition.
5 participants