Files
rust/library
Jacob Pratt b7f11ef362 Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibraheemdev
Unstable `gen_future` Feature Tracking

This PR removes the reference to the closed tracking issue **#50547** for the `gen_future` feature. Since `gen_future` is an internal feature used in async block desugaring, it does not require a public tracking issue.

#### Changes:
- Replaced `issue = "50547"` with `issue = "none"` in **library/core/src/future/mod.rs**.
- Ensures that it is correctly identified as an internal feature.

#### Rationale:
With this change, the Unstable Book will now state:
> *"This feature has no tracking issue and is therefore likely internal to the compiler, not being intended for general use."*

Closes **#76249**. 🚀🦀
2025-02-24 02:11:33 -05:00
..
2025-02-13 14:32:50 -08:00
2025-02-18 09:32:44 -08:00
2025-02-09 17:11:13 +00:00
2024-12-24 19:00:57 +01:00
2025-02-18 09:32:44 -08:00
2025-02-23 06:13:09 +00:00