We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc(...)
I tried this code:
#![doc(xxx)]
I expected to see this happen: Rustdoc warns that xxx is an unknown doc attribute. Instead, this happened: Rustdoc silently ignores the attribute.
xxx
rustdoc --version: rustdoc 1.52.0-nightly (0148b97 2021-02-18)
rustdoc --version
Found while working on #82651.