-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Getting this when I'm trying to compile on latest nightly:
Compiling ncollide_utils v0.2.4
/Users/noren/.cargo/registry/src/github.202132.xyz-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.202132.xyz-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:74 res = res + !(res << 32);
^~~~~~~~~
/Users/noren/.cargo/registry/src/github.202132.xyz-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.202132.xyz-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:76 res = res + !(res << 13);
^~~~~~~~~
/Users/noren/.cargo/registry/src/github.202132.xyz-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.202132.xyz-88ac128001ac3a9a/ncollide_utils-0.2.4/data/hash.rs:80 res = res + !(res << 27);
^~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels