mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
a25356babb
Add `--remap-path-scope` as unstable in rustdoc This PR adds support for `rustc` `--remap-path-scope` flag in rustdoc as unstable. `rustc` documentation for the flag is [here](https://doc.rust-lang.org/nightly/rustc/remap-source-paths.html#--remap-path-scope). I added some complementary tests for `rustdoc`, no need I think to duplicate `rustc` UI tests.