You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point, it looks like all of the character class definitions got migrated out of regex and into a separate unicode crate: http://doc.rust-lang.org/unicode/regex/ --- What are the stability plans for unicode? My guess is that things like PERLD aren't going to be included in the Rust distribution, so we'll need to plan to move forward on that.