Skip to content

No matching labels

No labels in this repository match your query.

13 labels

D-verbose
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
D-terse
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
D-inconsistent
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
D-incorrect
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
D-edition
D-edition
Diagnostics: An error or lint that should account for edition differences.
D-confusing
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-papercut
D-papercut
Diagnostics: An error or lint that needs small tweaks.
D-invalid-suggestion
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
D-newcomer-roadblock
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
D-diagnostic-infra
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
D-imprecise-spans
D-imprecise-spans
Diagnostics: spans don't point to exactly the erroneous code
D-Unicode-unaware
D-Unicode-unaware
Diagnostics: Diagnostics that are unaware of Unicode and trigger codepoint boundary assertions
D-crate-version-mismatch
D-crate-version-mismatch
Diagnostics: Errors or lints caused be the use of two different crate versions.