We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pattern
As the title says, the rust standard library add a function to the unstable Pattern trait, so these code will cause a compilation error.
Pattern
regex/src/pattern.rs
Lines 13 to 24 in bcbe403
The text was updated successfully, but these errors were encountered:
unstable: fix Pattern trait implementation
b5059b6
I am teetering on removing this cursed implementation. Fixes #1231
#1232
Sorry, something went wrong.
std::str::pattern::Pattern
991ba88
This fixed in regex 1.11.1 on crates.io.
regex 1.11.1
Successfully merging a pull request may close this issue.
As the title says, the rust standard library add a function to the unstable
Pattern
trait, so these code will cause a compilation error.regex/src/pattern.rs
Lines 13 to 24 in bcbe403
The text was updated successfully, but these errors were encountered: