mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
220352781c
Fix `unknown-crate` when using -Z self-profile with rustdoc ... by removing a duplicate `crate_name` field in `interface::Config`, making it clear that rustdoc should be passing it to `config::Options` instead. Unblocks https://github.com/rust-lang/rustc-perf/issues/797.