about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/rustdoc/tests.rs
AgeCommit message (Collapse)AuthorLines
2025-06-23Update tests to work with new DocFragment field and ↵Guillaume Gomez-2/+4
`redundant_explicit_links` new API
2025-05-31source_span_for_markdown_range: fix utf8 violationbinarycat-0/+50
it is non-trivial to reproduce this bug through rustdoc, which uses this function less than clippy, so the regression test was added as a unit test instead of an integration test.