-
Notifications
You must be signed in to change notification settings - Fork 461
Compilation error when compiling with nightly with unstable
feature enabled
#1216
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
Comments
That's interesting. I didn't know about a change to that trait. Patches are welcome, otherwise I'll do it soon. But I generally wouldn't recommend relying on or even using unstable APIs. If I could go back in time, I wouldn't even offer |
Thanks for the quick response! I'm not actually using Lines 1224 to 1230 in 8856fe3
And since If I'm just interested in tapping regex's SIMD optimizations, how does one do it? |
You don't. It just happens automatically. There is nothing that Unlike some other crates in the ecosystem, the |
LOL! I missed that entry! Thanks @BurntSushi ! |
as it was not enabling SIMD optimization like I thought it was rust-lang/regex#1216
What version of regex are you using?
1.10.5
Describe the bug at a high level.
Compilation error when compiling with rust 1.82.0-nightly (7120fdac7 2024-07-25)
What are the steps to reproduce the behavior?
Compile a program that uses regex 1.10.5 with latest rust nightly with the
unstable
feature enabled.What is the actual behavior?
What is the expected behavior?
Compile with nightly with
unstable
feature enabled.The text was updated successfully, but these errors were encountered: