Skip to content

No labels!

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

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-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
E-needs-investigation
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
E-needs-mcve
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
E-needs-stack
E-needs-stack
Call for participation: This issue needs a stacktrace.
E-needs-test
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
E-tedious
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
F-abi_c_cmse_nonsecure_call
F-abi_c_cmse_nonsecure_call
`#![feature(abi_c_cmse_nonsecure_call)]`
F-abi_x86_interrupt
F-abi_x86_interrupt
F-adt_const_params
F-adt_const_params
`#![feature(adt_const_params)]`
F-anonymous_lifetime_in_impl_trait
F-anonymous_lifetime_in_impl_trait
`#![feature(anonymous_lifetime_in_impl_trait)]`