about summary refs log tree commit diff
path: root/src/test/rustdoc/hide-unstable-trait.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-2/+2
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-2/+2
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+11
Previously unstable impls were skipped, which meant that any impl with an unstable method would get skipped.