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

benches/ is broken #32

Open
termoshtt opened this issue Sep 6, 2021 · 1 comment
Open

benches/ is broken #32

termoshtt opened this issue Sep 6, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@termoshtt
Copy link
Member

$ cargo +nightly bench
   Compiling sfmt v0.7.0 (/home/teramura/rhq/github.com/rust-math/sfmt)
error[E0433]: failed to resolve: use of undeclared type `XorShiftRng`
  --> benches/rand_gen.rs:27:31
   |
27 |     def_bench!(xorshift, f64, XorShiftRng::from_entropy());
   |                               ^^^^^^^^^^^ use of undeclared type `XorShiftRng`

error[E0433]: failed to resolve: use of undeclared type `XorShiftRng`
  --> benches/rand_gen.rs:33:31
   |
33 |     def_bench!(xorshift, f32, XorShiftRng::from_entropy());
   |                               ^^^^^^^^^^^ use of undeclared type `XorShiftRng`

error[E0433]: failed to resolve: use of undeclared type `XorShiftRng`
  --> benches/rand_gen.rs:39:31
   |
39 |     def_bench!(xorshift, u64, XorShiftRng::from_entropy());
   |                               ^^^^^^^^^^^ use of undeclared type `XorShiftRng`

error[E0433]: failed to resolve: use of undeclared type `XorShiftRng`
  --> benches/rand_gen.rs:45:31
   |
45 |     def_bench!(xorshift, u32, XorShiftRng::from_entropy());
   |                               ^^^^^^^^^^^ use of undeclared type `XorShiftRng`

For more information about this error, try `rustc --explain E0433`.

maybe due to e43e1db

@termoshtt termoshtt added the bug Something isn't working label Sep 6, 2021
@termoshtt
Copy link
Member Author

The above error is fixed in #30, but nightly rust cannot be used because of #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant