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

Error::cause is deprecated in Rust 1.33 #817

Closed
taiki-e opened this issue Dec 29, 2018 · 0 comments
Closed

Error::cause is deprecated in Rust 1.33 #817

taiki-e opened this issue Dec 29, 2018 · 0 comments

Comments

@taiki-e
Copy link
Member

taiki-e commented Dec 29, 2018

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

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

1 participant