-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Tracking Issue for warnings (config build.warnings) #14802
Copy link
Copy link
Closed
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.A-lintsArea: rustc lint configurationArea: rustc lint configurationC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.
Description
Activity
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.A-lintsArea: rustc lint configurationArea: rustc lint configurationC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.
Type
Projects
- StatusShow more project fieldsNo status
View all comments
Summary
Original issue: #8424, #14258
Implementation: #14388
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#warnings
Allows control over warnings via a new Cargo configuration option
build.warnings.Unresolved Issues
[build]the right home for this?--deny-warningsfunctionality for all commands. #8424 (comment)--deny-warningsfunctionality for all commands. #8424 (comment)Future Extensions
cargo clippy), these looking odd next to each other--deny-warningsfunctionality for all commands. #8424 (comment)About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.