mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
c5dd32e483
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>