Skip to content

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