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
As of the most recent nightly, it seems the test from #73 is no longer working.
$ cargo +nightly-2021-06-03 check --test test_deprecated Finished dev [unoptimized + debuginfo] target(s) in 0.01s $ cargo +nightly-2021-06-04 check --test test_deprecated Checking thiserror v1.0.25 (/git/thiserror) error: use of deprecated unit variant `Error::Deprecated` --> tests/test_deprecated.rs:9:5 | 9 | Deprecated, | ^^^^^^^^^^ | note: the lint level is defined here --> tests/test_deprecated.rs:1:9 | 1 | #![deny(deprecated, clippy::all, clippy::pedantic)] | ^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Delete broken #[deprecated] test
8862629
Issue #136 tracks making this work again, or tracking down whatever broke this in nightly.
Successfully merging a pull request may close this issue.
As of the most recent nightly, it seems the test from #73 is no longer working.
The text was updated successfully, but these errors were encountered: