Skip to content

Labels

Labels

  • A-diagnostics

    Area: Messages for errors and warnings
  • A-drop

    Area: #[pinned_drop] and Drop
  • A-pin-projection

    Area: #[pin_project]
  • A-project-attribute

    Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
  • A-project_replace

    Area: project_replace method
  • A-stack-pinning

    Area: Stack pinning (note: the current pin-project does not provide support for this)
  • A-unpin

    Area: Unpin and UnsafeUnpin
  • backport-accepted

    Accepted for backporting to the previous version
  • breaking-change

    This proposes a breaking change
  • C-bug

    Category: related to a bug.
  • C-documentation

    Category: related to documentation.
  • C-enhancement

    Category: A new feature or an improvement for an existing one
  • C-question

    Category: A question
  • C-upstream-bug

    Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
  • help wanted

    Call for participation: Help is requested to fix this issue
  • I-unsound

    A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
  • regression

    Regression from a previous version
  • regression-from-0.3-to-0.4

    Regression from 0.3 to 0.4
  • requires-nightly

    This issue requires a nightly compiler in some way
  • S-blocked

    Status: Blocked on something else