Skip to content

Error::cause is deprecated in Rust 1.33 #817

Closed
@taiki-e

Description

@taiki-e

Version

  • tokio v0.1.13
  • tokio-timer v0.2.8

Subcrates

  • tokio-timer

Description

Error::cause is deprecated in Rust 1.33, but Error::source, which replaces it, has been stabilized in Rust 1.30 (the minimum version of tokio is Rust 1.26).

This is the cause of the build error in current nightly.

Related: rust-lang/rfcs#2504, rust-lang/rust#53533

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