Files
rust/compiler/rustc_driver
Deadbeef 8328669729 rustc_driver: do not inline docs from _impl crate
The inlined docs from `_impl` crate will not have the source code shown/linked but search results for functions such as `init_rustc_env_logger` show the one from the `rustc_driver` crate (without source code). It makes sense to only keep the `_impl` crate's docs in this case.
2026-05-18 14:12:34 +00:00
..