Labels
Labels
877 labels
- `#![feature(untagged_unions)]`
- `#![feature(used_with_arg)]`
- `#![feature(variant_count)]`
- `#[feature(wasi_ext)]`
- `#[feature(wasip2)]`
- `#![feature(where_clause_attrs)]`
- `#![feature(with_negative_coherence)]`
- In the final comment period and will be merged soon unless new substantive objections are raised.
- The final comment period is finished for this PR / Issue.
- Fixed by `#![feature(async_closure)]`
- Enabling feature `const_generics` fixes the issue.
- The effect system based scheme for const fns resolves this.
- Could be fixed by stablization of rustdoc MCCI (#130676)
- Fixed by the next-generation trait solver, `-Znext-solver`.
- Bugs fixed, but only when NLL is enabled.
- Compiling with `-Zpolonius` fixes this issue.
- Fixed by the feature `type_alias_impl_trait`.
- `-Z thir-unsafeck` handles this correctly.
- Issues using the `generic_associated_types` feature that block stabilization
- Issues using the `generic_associated_types` feature that have been triaged
- ICE tracked in rust-lang/glacier.
- PR has merge commits, merge with caution.
- Nominated for discussion during an async working group meeting.
- Issue: Nominated for discussion by bootstrap team
- Issue: Problems and improvements with respect to memory usage during compilation.
- Nominated for discussion during a compiler team meeting.
- Issue: Problems and improvements with respect to compile times.
- Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
- Issue: A query cycle occurred while none was expected