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

unexpected_cfgs lint doesn't recognize some standard cfgs A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-discussion Category: Discussion or questions that doesn't represent real issues. L-unexpected_cfgs Lint: unexpected_cfgs T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124816 opened May 6, 2024 by joshlf
#![allow(unexpected_cfgs)] does not work for modules A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. F-check-cfg --check-cfg L-unexpected_cfgs Lint: unexpected_cfgs S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#124735 opened May 5, 2024 by taiki-e
ProTip! Exclude everything labeled bug with -label:bug.