about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/run-directory.incorrect.stdout
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+6
This option will allow splitting the compile-time from the run-time directory of doctest invocations and is one step to solve https://github.com/rust-lang/cargo/issues/8993#issuecomment-760088944