<!-- Thank you for creating a tracking issue! 📜 Tracking issues are for tracking a feature from implementation to stabilisation. Make sure to include the relevant RFC for the feature if it has one. Otherwise provide a short summary of the feature and link any relevant PRs or issues, and remove any sections that are not relevant to the feature. Remember to add team labels to the tracking issue. For a language team feature, this would e.g., be `T-lang`. Such a feature should also be labeled with e.g., `F-my_feature`. This label is used to associate issues (e.g., bugs and design questions) to the feature. --> This is a tracking issue for `string_remove_matches` implemented in #71780 The feature gate for the issue is `#![feature(string_remove_matches)]`. - [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide]) - [ ] Remove allocations (see discussion on #71780) [stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr [doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs ### Implementation history <!-- Include a list of all the PRs that were involved in implementing the feature. --> #50015 first attempt at this by @frewsxcv.
This is a tracking issue for
string_remove_matchesimplemented in #71780The feature gate for the issue is
#![feature(string_remove_matches)].Implementation history
#50015 first attempt at this by @frewsxcv.