mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
d9f78cb793
Adds --remap-path-prefix as an unstable option. This is implemented to mimic the behavior of rustc's --remap-path-prefix but with minor adjustments. This flag similarly takes in two paths, a prefix to replace and a replacement string.
This is a test to verify that the default behavior of rustdoc is printing out help output instead of erroring out (#88756).