about summary refs log tree commit diff
path: root/tests/rustdoc-ui/lints/bare-urls.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-10Add new ui tests for `rustdoc::bare_urls`Guillaume Gomez-1/+69
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-1/+37
1. rustdoc::bare_urls doesn't output invalid suggestions if source_span_for_markdown_range fails to find a span 2. source_span_for_markdown_range tries harder to return a span by applying an additional diagnostic fixes https://github.com/rust-lang/rust/issues/135851
2024-07-04Adjust rustdoc automatic link suggestionEsteban Küber-17/+85
Use more accurate spans for multipart suggestion.
2023-04-29move lint tests into subdirectoriesjyn-0/+143