Skip to content

Fix x86 build on latest nightly #533

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

Merged
merged 1 commit into from
Jul 22, 2018
Merged

Fix x86 build on latest nightly #533

merged 1 commit into from
Jul 22, 2018

Conversation

paoloteti
Copy link
Contributor

cargo test --no-run and Travis CI raise:

error[E0432]: unresolved import
  --> crates/coresimd/src/../../../coresimd/x86/rdtsc.rs:62:9
   |
62 |     use coresimd::x86::rdtsc;
   |        
``` ^^^^^^^^^^^^^^^^^^^^

`cargo test --no-run` raise:

```
error[E0432]: unresolved import
  --> crates/coresimd/src/../../../coresimd/x86/rdtsc.rs:62:9
   |
62 |     use coresimd::x86::rdtsc;
   |         ^^^^^^^^^^^^^^^^^^^^
```
@alexcrichton alexcrichton merged commit d679b27 into rust-lang:master Jul 22, 2018
@alexcrichton
Copy link
Member

Thanks!

@paoloteti paoloteti deleted the fix-x86-build-last-nightly branch July 22, 2018 16:48
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

Successfully merging this pull request may close these issues.

2 participants