mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-29 04:07:50 +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`