mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 00:16:16 +00:00
Warn about unknown doc attributes Fixes #82652. For the text error, I decided to go for "invalid" instead of "unknown". What do you think? r? `@jyn514`