about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest/doctest-output.stdout
AgeCommit message (Collapse)AuthorLines
2024-10-26rustdoc: make doctest span tweak a 2024 edition changeMichael Howell-8/+0
Fixes #132203 This is a compatibility hack, because I think the new behavior is better. When an A `include_str!` B, and B `include_str!` C, the path to C should be resolved relative to B, not A. That's how `include!` itself works, so that's how `include_str!` with should work.
2024-09-19rustdoc: use the correct span for doctestsMichael Howell-1/+1
2023-04-29Move some rustdoc-ui tests to subdirectoriesjyn-0/+8