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

Make Test fails #27

Open
Levike34 opened this issue Jan 23, 2023 · 1 comment
Open

Make Test fails #27

Levike34 opened this issue Jan 23, 2023 · 1 comment
Assignees

Comments

@Levike34
Copy link

Levike34 commented Jan 23, 2023

running 'make test' gets me this error:

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
  --> /home/levi/.cargo/registry/src/github.com-1ecc6299db9ec823/wait-timeout-0.2.0/src/lib.rs:66:9
   |
66 |         imp::wait_timeout(self, dur)
   |         ^^^ use of undeclared crate or module `imp`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `wait-timeout` due to previous error
@deuszex
Copy link
Contributor

deuszex commented Mar 23, 2023

Cannot repro currently. Usually trying with a newer rustc would help. Don't forget to make prepare first.

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

No branches or pull requests

3 participants