-
Notifications
You must be signed in to change notification settings - Fork 12.8k
No labels!
There aren’t any labels for this repository quite yet.
768 labels
C-defective-hardware
C-defective-hardware
Category: Issue that was filed as a possible software bug but is actually defective hardware
C-external-bug
C-external-bug
Category: issue that is caused by bugs in software beyond our control
C-feature-accepted
C-feature-accepted
Category: A feature request that has been accepted pending implementation.
C-optimization
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
C-tracking-issue
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
call-for-testing
call-for-testing
Marks issues that require broader testing from the community, e.g. before stabilization.
CI-ABA-ptr-provenance-lockless-queue-fail
CI-ABA-ptr-provenance-lockless-queue-fail
CI spurious failure: related to #121950
CI-spurious-x86_64-apple-SIGSEGV-SIGILL
CI-spurious-x86_64-apple-SIGSEGV-SIGILL
CI spurious failure: SIGSEGV/SIGILL while building rustc itself on x86_64-apple
const-generics-bad-diagnostics
const-generics-bad-diagnostics
An error is correctly emitted, but is confusing, for `min_const_generics`.
const-generics-fixed-by-const_generics
const-generics-fixed-by-const_generics
A bug that has been fixed once `const_generics` is enabled.
D-crate-version-mismatch
D-crate-version-mismatch
Diagnostics: Errors or lints caused be the use of two different crate versions.
D-diagnostic-infra
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
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-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.