cannot use #![deny(missing_docs)] with external derive macro #78490
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code (graphql_client v0.9)
I expected to see a successful build.
Instead, the build failed and complained about missing docs for a struct that originated in a derive macro.
Full build output
The text was updated successfully, but these errors were encountered: