Rust unstable API change causes compilation error of unstable `pattern` feature
Closed this issue · 2 comments
yhx-12243 commented
As the title says, the rust standard library add a function to the unstable Pattern
trait, so these code will cause a compilation error.
Lines 13 to 24 in bcbe403
BurntSushi commented
BurntSushi commented
This fixed in regex 1.11.1
on crates.io.