rust/tests/run-make/issue-88756-default-output
Edward Shen d9f78cb793
rustdoc: Add support for --remap-path-prefix
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.
2024-06-09 10:34:54 -07:00
..
Makefile move tools.mk to run-make 2023-03-30 07:58:50 -05:00
output-default.stdout rustdoc: Add support for --remap-path-prefix 2024-06-09 10:34:54 -07:00
README.md Move /src/test to /tests 2023-01-11 09:32:08 +00:00
x.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00

This is a test to verify that the default behavior of rustdoc is printing out help output instead of erroring out (#88756).