unused_doc_comments
warning reported for each doc comment line on macro invocation, unlike on other expressions
#83768
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Other expressions work as expected: it reports just one error, for the whole sequence of doc comment lines.
(Playground)
Errors:
The text was updated successfully, but these errors were encountered: