5This is a template for [stabilization reports](./stabilization-guide.md) of **language features**. The questions aim to solicit the details most often needed. These details help reviewers to identify potential problems upfront. Not all parts of the template will apply to every stabilization. If a question doesn't apply, explain briefly why.
6
7▶Copy everything after the separator and edit it as Markdown. Replace each *TODO* with your answer.
8
9---
· · ·
22> - [Stabilize opaque type precise capturing](https://web.archive.org/web/20250312173538/https://github.com/rust-lang/rust/pull/127672)
23
24▶*TODO*
25
26Tracking:
· · ·
27
28▶- *TODO* (Link to tracking issue.)
29
30Reference PRs:
· · ·
31
32▶- *TODO* (Link to Reference PRs.)
33
34cc @rust-lang/lang @rust-lang/lang-advisors
· · ·
39
40```rust
41▶todo!()
42```
43
+ 49 more matches in this file