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

fix: missing_const_for_fn FP on unstable const traits #14294

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

Conversation

profetia
Copy link
Contributor

@profetia profetia commented Feb 25, 2025

Closes #14020
Closes #14290

Add checks for unstable const traits.

changelog: [missing_const_for_fn] fix FP on unstable const traits

@rustbot
Copy link
Collaborator

rustbot commented Feb 25, 2025

r? @Alexendoo

rustbot has assigned @Alexendoo.
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 25, 2025
@profetia
Copy link
Contributor Author

r? clippy

@rustbot rustbot assigned Jarcho and unassigned Alexendoo Feb 26, 2025
@samueltardieu
Copy link
Contributor

You should add a separate "Closes #14290" line to the description so that the issue and the PR are linked.

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.

missing-const-for-fn false positive when a derefMut is used missing-const-for-fn false positives incoming
5 participants