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
dyn
Compiling void v1.0.2 (/tmp/rust-void) warning: trait objects without an explicit `dyn` are deprecated --> src/lib.rs:67:32 | 67 | fn cause(&self) -> Option<&error::Error> { | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` | = note: #[warn(bare_trait_objects)] on by default Finished dev [unoptimized + debuginfo] target(s) in 0.21s
you might want to fix this, before it get's turned into an error in the future? :)
The text was updated successfully, but these errors were encountered:
It won't be an error ever. There are no plans to remove anything deprecated in Rust.
Sorry, something went wrong.
No branches or pull requests
you might want to fix this, before it get's turned into an error in the future? :)
The text was updated successfully, but these errors were encountered: