rust/tests/run-make/rustdoc-dep-info
Weihang Lo c5dd32e483
fix(rustdoc): match rustc --emit precedence
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-03 00:06:44 -07:00
..