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

src/video.rs:5:4: 5:22 error: unresolved import: there is no RngUtil in std::rand #98

Open
radarsat1 opened this issue Sep 27, 2013 · 1 comment

Comments

@radarsat1
Copy link

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
@hammackj
Copy link

This seems fixed in the latest master pull. They removed Util for the module name.

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

2 participants