summary refs log tree commit diff
path: root/src/test/rustdoc-ui/run-directory.rs
AgeCommit message (Collapse)AuthorLines
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-2/+2
- Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics.
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+23
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