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

Build failing on latest nightly? #117

Closed
FredrikNoren opened this issue Jan 9, 2016 · 3 comments
Closed

Build failing on latest nightly? #117

FredrikNoren opened this issue Jan 9, 2016 · 3 comments

Comments

@FredrikNoren
Copy link

Getting this when I'm trying to compile on latest nightly:

   Compiling ncollide_utils v0.2.4
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:74:19: 74:28 error: the type of this value must be known in this context
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:74     res = res + !(res << 32);
                                                                                                                    ^~~~~~~~~
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:76:19: 76:28 error: the type of this value must be known in this context
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:76     res = res + !(res << 13);
                                                                                                                    ^~~~~~~~~
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:80:19: 80:28 error: the type of this value must be known in this context
/Users/noren/.cargo/registry/src/github.com-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:80     res = res + !(res << 27);
                                                                                                                    ^~~~~~~~~
FredrikNoren added a commit to pxlp/ncollide that referenced this issue Jan 9, 2016
@bvssvni
Copy link
Contributor

bvssvni commented Jan 9, 2016

Seems to be the Rust nightly rust-lang/rust#30713. Will be fixed in rust-lang/rust#30733.

@FredrikNoren
Copy link
Author

Ah sweet, closing the PR. Guess this can be closed once they get a new nightly out

@FredrikNoren
Copy link
Author

Working fine now

sebcrozet added a commit that referenced this issue Mar 2, 2020
Use Float trait from num crate.
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