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

fn_to_numeric_cast_any: Do not warn cast to raw pointer #14109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jan 30, 2025

Fixes #12638

changelog: [fn_to_numeric_cast_any]: Fix false positive on a cast to raw pointer

@rustbot
Copy link
Collaborator

rustbot commented Jan 30, 2025

r? @Jarcho

rustbot has assigned @Jarcho.
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 Jan 30, 2025
@taiki-e taiki-e force-pushed the fn_to_numeric_cast_any branch from b25b8ad to b87612e Compare January 30, 2025 14:34
@taiki-e taiki-e force-pushed the fn_to_numeric_cast_any branch from b87612e to 362e166 Compare January 30, 2025 14:53
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.

fn_to_numeric_cast_any should not warn cast to pointer
4 participants