about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-dep-info
AgeCommit message (Collapse)AuthorLines
2025-09-03fix(rustdoc): match rustc `--emit` precedenceWeihang Lo-3/+2
Change rustdoc's `--emit` to allow only one instance of each type, regardless of the actual data that `--emit` carries. This matches rustc's `--emit` behavior. As of the writing, only `dep-info` emit type carries extra data. See <https://github.com/rust-lang/rust/issues/141664>
2025-09-02test(rustdoc): show the wrong `--emit` precedenceWeihang Lo-0/+13
It should have the same behavior as rustc, which the last wins.
2025-07-28Ensure external paths passed via flags end up in rustdoc depinfoNoratrieb-1/+16
rustdoc has many flags to pass external HTML/Markdown/CSS files that end up in the build. These need to be recorded in depinfo so that Cargo will rebuild the crate if they change.
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-0/+2
2025-02-26Add run-make test for rustdoc `--emit=dep-info` optionGuillaume Gomez-0/+30