Skip to content

Labels

Labels

  • Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
  • Area: The high-level intermediate representation (HIR)
  • Area: Macro hygiene
  • Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
  • Area: Implied bounds / inferred outlives-bounds
  • Area: Issues related to have impossible trait bounds in scope (impossible predicates)
  • Area: Incremental compilation
  • Area: Type inference
  • Area: Inline assembly (`asm!(…)`)
  • Area: Intra-doc links, the ability to link to items in docs by name
  • Area: Intrinsics
  • Area: `std::io`, `std::fs`, `std::net` and `std::path`
  • Area: Iterators
  • Area: Language items
  • Area: Memory layout of types
  • Area: Lazy normalization (tracking issue: #60471)
  • Area: lexer
  • Area: `#[test]` / the `test` library
  • Area: Compiler licensing
  • Area: Lifetimes / regions
  • rustdoc --generate-link-to-definition nightly-only feature
  • Area: linking into static, shared libraries and binaries
  • Area: linkers... you gotta love linkers
  • Area: lint levels
  • Area: Lints (warnings about flaws in source code) such as unused_mut.
  • Area: Linkage issues specific to rust-lld
  • Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
  • Area: Documentation that has been locally re-exported (i.e., non-cross-crate)
  • Area: Link-time optimization (LTO)
  • Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)