-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for Add a generic string pattern matching API (RFC 528) #22477
Comments
cc @Kimundi Nominating for 1.0-beta P-high. |
1.0 beta P-high |
Current status: A basic implementation landed, but there is still work to do:
|
Remaining issues are not beta-blockers nor even 1.0 blockers. Reclassifying as P-high, not 1.0. |
This adds the missing methods and turns `str::pattern` in a user facing module, as per RFC. This also contains some big internal refactorings: - string iterator pairs are implemented with a central macro to reduce redundancy - Moved all tests from `coretest::str` into `collectionstest::str` and left a note to prevent the two sets of tests drifting apart further. See #22477
Thanks kimundi for updating your status comment. It looks like this is as good as done — what remains is related followup. |
I'm going to close this in favor of the new tracking issue over at #27721 |
rust-lang/rfcs#528
The text was updated successfully, but these errors were encountered: