warn(missing_docs) doesn't trigger on extern declarations #76991
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.
Uh oh!
There was an error while loading. Please reload this page.
playground example
It seems like this lint should fire if you have an
extern
declaration without docs on it.The text was updated successfully, but these errors were encountered: