We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unresolved-macro-call
#[derive(...)]
macro_rules! derive
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
rust-analyzer version: rust-analyzer version: 0.0.0 (5342f47 2022-07-09)
rustc version: rustc 1.62.0 (a8314ef7d 2022-06-27)
relevant settings: none
macro_rules! derive { () => {}; } #[derive(Debug)] // <-- unresolved macro `derive` pub struct Bar;
compiles successfully, however
The text was updated successfully, but these errors were encountered:
macro_use
9b33874
Successfully merging a pull request may close this issue.
rust-analyzer version: rust-analyzer version: 0.0.0 (5342f47 2022-07-09)
rustc version: rustc 1.62.0 (a8314ef7d 2022-06-27)
relevant settings: none
compiles successfully, however
The text was updated successfully, but these errors were encountered: