Skip to content

Issues: rust-lang/rust

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

private_bounds: false negative on trait impl A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-false-negative Lint: False negative (should have fired but didn't). L-private_bounds Lint: private_bounds T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139159 opened Mar 30, 2025 by Kyuuhachi
private_bounds: false positive on inherent impl with no public items A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-false-positive Lint: False positive (should not have fired). L-private_bounds Lint: private_bounds T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139158 opened Mar 30, 2025 by Kyuuhachi
private_bounds lint does not trigger when associated type is not re-exported A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-private_bounds Lint: private_bounds T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137438 opened Feb 22, 2025 by paolobarbolini
effective visibilities: Split reachable into "reachable through interfaces" and "reachable through bounds" A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-visibility Area: Visibility / privacy L-private_bounds Lint: private_bounds L-private_interfaces Lint: private_interfaces T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#120149 opened Jan 19, 2024 by petrochenkov
ProTip! Type g i on any issue or pull request to go back to the issue listing page.