about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local/glob-private-document-private-items.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-48/+0
2022-08-13Update `@!has` name in testsNoah Lev-5/+5
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-8/+8
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-8/+8
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-0/+48
- 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`)