Skip to content

No labels!

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

fixed-by-polonius
fixed-by-polonius
Compiling with `-Zpolonius` fixes this issue.
fixed-by-TAIT
fixed-by-TAIT
Fixed by the feature `type_alias_impl_trait`.
fixed-by-thir-unsafeck
fixed-by-thir-unsafeck
`-Z thir-unsafeck` handles this correctly.
GATs-blocking
GATs-blocking
Issues using the `generic_associated_types` feature that block stabilization
GATs-triaged
GATs-triaged
Issues using the `generic_associated_types` feature that have been triaged
glacier
glacier
ICE tracked in rust-lang/glacier.
hacktoberfest-accepted
hacktoberfest-accepted
has-merge-commits
has-merge-commits
PR has merge commits, merge with caution.
I-async-nominated
I-async-nominated
Nominated for discussion during an async working group meeting.
I-compilemem
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
I-compiler-nominated
I-compiler-nominated
Nominated for discussion during a compiler team meeting.
I-compiletime
I-compiletime
Issue: Problems and improvements with respect to compile times.
I-crash
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
I-cycle
I-cycle
Issue: A query cycle occurred while none was expected
I-edition-nominated
I-edition-nominated
Nominated for discussion during an edition team meeting.
I-edition-triaged
I-edition-triaged
Issue: This issue has been reviewed and triaged by the Edition team.
I-flaky-test
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
I-hang
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
I-heavy
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
I-ICE
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I-lang-bikeshed
I-lang-bikeshed
This item needs lang to commit to finishing a bikeshed.
I-lang-easy-decision
I-lang-easy-decision
Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
I-lang-nominated
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-lang-radar
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
I-libs-api-nominated
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
I-libs-nominated
I-libs-nominated
Nominated for discussion during a libs team meeting.
I-llvm-error
I-llvm-error
Impact: An error from LLVM is directly exposed by valid code
I-memleak
I-memleak
Issue: Runtime memory leak without `mem::forget`.
I-miscompile
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
I-monomorphization
I-monomorphization
Issue: An error at monomorphization time.