Skip to content

Build failing on latest nightly? #117

@FredrikNoren

Description

@FredrikNoren

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions