about summary refs log tree commit diff
path: root/src/test/rustdoc/universal-impl-trait.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-55/+0
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-15/+15
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-15/+15
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-16Fix rustdoc panic with `impl Trait` in type parametersShotaro Yamada-1/+13
2018-05-03rustdoc: Resolve nested `impl Trait`sShotaro Yamada-0/+7
2018-03-24Add test for `impl Trait` in argument positionShotaro Yamada-0/+46