We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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, 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
The text was updated successfully, but these errors were encountered:
9a8d087
cause
source
No branches or pull requests
Version
Subcrates
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
The text was updated successfully, but these errors were encountered: