-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Inconsistent errors when passing functions as arguments.
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139786
opened Apr 14, 2025 by
sandmuel
Standardize what the Area: Messages for errors, warnings, and lints
A-lifetimes
Area: Lifetimes / regions
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
'a
thingies are called in compiler errors
A-diagnostics
#113693
opened Jul 14, 2023 by
carols10cents
Better messages when using ADT constructor as value
A-diagnostics
Area: Messages for errors, warnings, and lints
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#82083
opened Feb 14, 2021 by
estebank
Duplicate Area: Messages for errors, warnings, and lints
A-type-system
Area: Type system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
D-inconsistent
Diagnostics: Inconsistency in formatting, grammar or style between diagnostic messages.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
E0121
errors are emitted for placeholder types _
in some positions
A-diagnostics
#77428
opened Oct 1, 2020 by
varkor
ProTip!
Add no:assignee to see everything that’s not assigned.