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

Bug: cargo bench fails due to missing create time #158

Open
cgmcintyr opened this issue Mar 26, 2019 · 0 comments
Open

Bug: cargo bench fails due to missing create time #158

cgmcintyr opened this issue Mar 26, 2019 · 0 comments

Comments

@cgmcintyr
Copy link

On master branch, commit b5b44bccfc0472e3c9003e5614a0df9339277fa8, running cargo bench results in the following error:

Compiling tiny_http v0.6.2 (/home/cgm/devel/rust/tiny-http)
error[E0463]: can't find crate for `time`
 --> benches/bench.rs:5:1
  |
5 | extern crate time;
  | ^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

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

To learn more, run the command again with --verbose.
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