Skip to content

No labels!

There aren’t any labels for this repository quite yet.

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-fail-mingw
CI-spurious-fail-mingw
CI spurious failure: target env mingw
CI-spurious-fail-msvc
CI-spurious-fail-msvc
CI spurious failure: target env msvc
CI-spurious-x86_64-apple-SIGSEGV-SIGILL
CI-spurious-x86_64-apple-SIGSEGV-SIGILL
CI spurious failure: SIGSEGV/SIGILL on x86_64-apple
const-generics-bad-diagnostics
const-generics-bad-diagnostics
An error is correctly emitted, but is confusing, for `min_const_generics`.
D-confusing
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
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-edition
D-edition
Diagnostics: An error or lint that should account for edition differences.
D-imprecise-spans
D-imprecise-spans
Diagnostics: spans don't point to exactly the erroneous code
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-lack-of-suggestion
D-lack-of-suggestion
Diagnostics: Adding a (structured) suggestion would increase the quality of the diagnostic.
D-newcomer-roadblock
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
D-papercut
D-papercut
Diagnostics: An error or lint that needs small tweaks.
D-terse
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
D-Unicode-unaware
D-Unicode-unaware
Diagnostics: Diagnostics that are unaware of Unicode and trigger codepoint boundary assertions
D-verbose
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
disposition-close
disposition-close
This PR / issue is in PFCP or FCP with a disposition to close it.
disposition-merge
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
disposition-postpone
disposition-postpone
This issue / PR is in PFCP or FCP with a disposition to postpone it.
E-easy
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-hard
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-help-wanted
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
E-needs-bisection
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-design
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it