summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local/glob-extern-document-private-items.rs
AgeCommit message (Collapse)AuthorLines
2022-08-13Update `@!has` name in testsNoah Lev-1/+1
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-4/+4
I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-4/+4
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-0/+25
- flags no longer function, see #44136 - adjust tests to match new behavior - removed test issue-42875 (covered regression with --no-defaults) - moved input-format to removed flags - move all removed flags to bottom - note flag removal in command help - remove DefaultPassOption enum (now redundant with `show_coverage`)