-
Notifications
You must be signed in to change notification settings - Fork 452
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
Some combinations of features fail to build #769
Comments
Ug. Thanks for the report. In my migration to Rust 2018, it has become apparent to me that I'll get this fixed ASAP. |
Arrgh. Turns out, CI did catch these errors, but the |
This is fixed in |
What version of regex are you using?
1.5.2
, or withregex-syntax
0.6.24
with rust versionrustc 1.53.0-nightly (42816d61e 2021-04-24
Describe the bug at a high level.
With default features disabled some feature combinations fail to compile.
What are the steps to reproduce the behavior?
For your
Cargo.toml
:This will also occur if you select the same feature set through
regex
:What is the actual behavior?
What is the expected behavior?
The program should compile.
The text was updated successfully, but these errors were encountered: