Labels
Labels
877 labels
- Linkage option: -Clink-dead-code
- Codegen option: Prefer dynamic linking to static linking.
- Unstable Cargo option: Compile the standard library yourself.
- Unstable option: -Zcrate-attr
- Unstable option: debuginfo compression
- Unstable option: Dump MIR.
- Unstable option: set dwarf version
- Unstable option: fmt-debug
- Unstable option: Enable MIR inlining
- Unstable option: LLVM plugins
- Unstable option: metrics directory
- Unstable option: -Zno-link
- Unstable rustdoc option: Normalize/evaluate types when generating docs
- Unstable option: Polymorphization.
- Unstable option: Randomize the layout of types.
- Unstable options: Share generic instantiations.
- Unstable option: emit OSC8 hyperlinks in diagnostics
- Unstable option: THIR unsafeck
- Unstable option: trace-macros
- Unstable option: MIR validation
- Area: Anything to do with accessibility
- Area: Concerning the application binary interface (ABI)
- Area: alignment control (`repr(align(N))` and so on)
- Area: Custom and system allocators
- Area: `[T; N]`
- Area: Associated items (types, constants & functions)
- Area: AST
- Area: Async & Await
- `async || {}`
- Area: Atomics, barriers, and sync primitives