We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RngUtil
std::rand
On Rust master branch, get the following error after a fresh clone:
$ ./configure $ make rustc --cfg image --cfg mixer src/sdl.rc -o libsdl.dummy src/video.rs:5:4: 5:22 error: unresolved import: there is no `RngUtil` in `std::rand` src/video.rs:5 use std::rand::RngUtil; ^~~~~~~~~~~~~~~~~~ src/video.rs:5:4: 5:22 error: failed to resolve import `std::rand::RngUtil` src/video.rs:5 use std::rand::RngUtil; ^~~~~~~~~~~~~~~~~~ error: aborting due to 2 previous errors make: *** [libsdl.dummy] Error 101
The text was updated successfully, but these errors were encountered:
This seems fixed in the latest master pull. They removed Util for the module name.
Sorry, something went wrong.
No branches or pull requests
On Rust master branch, get the following error after a fresh clone:
The text was updated successfully, but these errors were encountered: