about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest/relative-path-include-bytes-132203.rs
AgeCommit message (Collapse)AuthorLines
2025-07-24Update rustdoc ui testsGuillaume Gomez-0/+2
2025-02-16Enable relative-path-include-bytes on WindowsChris Denton-2/+2
2025-02-03Enable more tests on WindowsBen Kimock-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-1/+1
2024-10-30Ignore Windows due to its differing path syntaxMichael Howell-0/+1
2024-10-26rustdoc: make doctest span tweak a 2024 edition changeMichael Howell-0/+17
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.