We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
derivative
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
use derivative::Derivative; #[derive(Derivative)] #[derivative(Debug)] struct Foo {}
cargo check and cargo build both pass.
cargo check
cargo build
rust-analyzer version: 427061d 2022-06-19
rustc version: I tested both rustc 1.61.0 (fe5b13d68 2022-05-18) & rustc 1.63.0-nightly (5750a6aa2 2022-06-20)
rustc 1.61.0 (fe5b13d68 2022-05-18)
rustc 1.63.0-nightly (5750a6aa2 2022-06-20)
Possibly-related issue: #12582
The text was updated successfully, but these errors were encountered:
Fixed by #12599, I think:
#[cfg_attr(not(test), proc_macro_derive(Derivative, attributes(derivative)))] pub fn derivative(input: TokenStream) -> TokenStream {
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
cargo check
andcargo build
both pass.rust-analyzer version: 427061d 2022-06-19
rustc version: I tested both
rustc 1.61.0 (fe5b13d68 2022-05-18)
&rustc 1.63.0-nightly (5750a6aa2 2022-06-20)
Possibly-related issue: #12582
The text was updated successfully, but these errors were encountered: