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

Fails to compile on newest Rust 1.7.0 (2016-01-04) #91

Closed
Ygg01 opened this issue Jan 5, 2016 · 2 comments
Closed

Fails to compile on newest Rust 1.7.0 (2016-01-04) #91

Ygg01 opened this issue Jan 5, 2016 · 2 comments

Comments

@Ygg01
Copy link

Ygg01 commented Jan 5, 2016

Hi, it seems like rand broke my current build.

/home/travis/.cargo/registry/src/github.com-88ac128001ac3a9a/rand-0.3.12/src/isaac.rs:410:33: 410:60 note: in this expansion of ind! (defined in /home/travis/.cargo/registry/src/github.com-88ac128001ac3a9a/rand-0.3.12/src/isaac.rs)
/home/travis/.cargo/registry/src/github.com-88ac128001ac3a9a/rand-0.3.12/src/isaac.rs:419:17: 419:34 note: in this expansion of rngstepn! (defined in /home/travis/.cargo/registry/src/github.com-88ac128001ac3a9a/rand-0.3.12/src/isaac.rs)

error: aborting due to 16 previous errors
Build failed, waiting for other jobs to finish...
Could not compile `rand`.

Full log

@SimonSapin
Copy link
Contributor

Since this is a regression from previous Rust versions I’ve filed rust-lang/rust#30713.

@alexcrichton
Copy link
Contributor

This has been fixed in #92, thanks for the report!

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

3 participants