Files
rust/.github/ISSUE_TEMPLATE/library_tracking_issue.md
T
Trevor Gross e1d0fe5ceb meta: Add checkboxes to unsresolved questions in issue templates
These frequently have links to comments on closed PRs, meaning it can
looks like issues have been resolved even if that isn't the case. Add
checkboxes to make it more clear when a conclusion has been reached.
2026-04-08 16:58:44 -04:00

2.6 KiB

name, about, title, labels
name about title labels
Library Tracking Issue A tracking issue for an unstable library feature. Tracking Issue for XXX C-tracking-issue, T-libs-api, S-tracking-unimplemented

Feature gate: #![feature(...)]

This is a tracking issue for ...

Public API

// core::magic

pub struct Magic;

impl Magic {
    pub fn magic(self);
}

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

  • ACP: rust-lang/libs-team#...
  • Implementation: #...
  • Final comment period (FCP)1
  • Stabilization PR

Unresolved Questions

  • None yet.