about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-74083.rs
AgeCommit message (Collapse)AuthorLines
2020-12-31Fix tests that incorrectly used `!@has` instead of `@!has`Camelid-1/+1
The command is `@!has`, not `!@has`. I don't think these checks were doing anything before! Ideally we would accept `!@has` as well, or at least fail tests that use `!@has`. The current behavior seems to be silently ignoring the check, which is very confusing.
2020-07-06Add test for issue 74083Gary Guo-0/+21