Skip to content

No labels!

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

F-untagged_unions
F-untagged_unions
`#![feature(untagged_unions)]`
F-used_with_arg
F-used_with_arg
`#![feature(used_with_arg)]`
F-variant_count
F-variant_count
`#![feature(variant_count)]`
F-wasi_ext
F-wasi_ext
`#[feature(wasi_ext)]`
F-wasip2
F-wasip2
`#[feature(wasip2)]`
F-where_clause_attrs
F-where_clause_attrs
`#![feature(where_clause_attrs)]`
F-with_negative_coherence
F-with_negative_coherence
`#![feature(with_negative_coherence)]`
final-comment-period
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
finished-final-comment-period
finished-final-comment-period
The final comment period is finished for this PR / Issue.
fixed-by-async-closures
fixed-by-async-closures
Fixed by `#![feature(async_closure)]`
fixed-by-const-generics
fixed-by-const-generics
Enabling feature `const_generics` fixes the issue.
fixed-by-effects
fixed-by-effects
The effect system based scheme for const fns resolves this.
fixed-by-mergable-cross-crate-info
fixed-by-mergable-cross-crate-info
Could be fixed by stablization of rustdoc MCCI (#130676)
fixed-by-next-solver
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
fixed-by-NLL
fixed-by-NLL
Bugs fixed, but only when NLL is enabled.
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-bootstrap-nominated
I-bootstrap-nominated
Issue: Nominated for discussion by bootstrap team
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