mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
0c6b69aa70
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`