about summary refs log tree commit diff
path: root/tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr
AgeCommit message (Collapse)AuthorLines
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-2/+2
Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them.
2025-02-04Add missing lang items in no_core tests in rustdocMichael Goulet-2/+2
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-0/+6
Don't consider `///` and `//!` docstrings to be empty for the purposes of multiline span rendering.
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline ↵Esteban Küber-2/+0
span rendering
2024-12-12Tweak multispan renderingEsteban Küber-6/+0
Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-3/+3
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-2/+2
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-0/+33