Skip to content
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

regex build broken on nightly since 1.0.1 #502

Closed
ramosbugs opened this issue Jul 29, 2018 · 1 comment
Closed

regex build broken on nightly since 1.0.1 #502

ramosbugs opened this issue Jul 29, 2018 · 1 comment

Comments

@ramosbugs
Copy link

The build seems to be broken on nightly:

$ cargo +nightly check
error[E0658]: macro is_x86_feature_detected! is unstable (see issue #0)
  --> src/vector/avx2.rs:11:12
   |
11 |         if is_x86_feature_detected!("avx2") {
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(stdsimd)] to the crate attributes to enable

error[E0658]: macro is_x86_feature_detected! is unstable (see issue #0)
  --> src/vector/ssse3.rs:23:12
   |
23 |         if is_x86_feature_detected!("ssse3") {
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(stdsimd)] to the crate attributes to enable

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `regex`.

To learn more, run the command again with --verbose.

1.0.0 seems to build fine, but 1.0.1 and 1.0.2 show the above error. Looks to be related to #490.

@ramosbugs
Copy link
Author

Oops, it looks like I was using an outdated version of nightly. Build is fine on latest :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant