Closed
Description
In PRs like #49335, when a rustdoc test is checking for the absence of something, it's easy to hit a false negative with a typo. It would be prudent to make an audit of the src/test/rustdoc
tests, see which of them use @!has
or @!matches
rules, and double-check whether their condition is valid.