Skip to content

Doesn't work at latest nightly rust toolchain #5

@CertainLach

Description

@CertainLach
error[E0271]: type mismatch resolving `<i64 as std::convert::TryFrom<i8>>::Error == std::num::TryFromIntError`
   --> ...\protocol-0.3.1\src\primitives\numerics.rs:102:6
    |
102 | impl Integer for i64 { }
    |      ^^^^^^^ expected enum `std::convert::Infallible`, found struct `std::num::TryFromIntError`
    |
    = note: expected type `std::convert::Infallible`
               found type `std::num::TryFromIntError`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions