rustdoc creates highlighted source in a directory that contains the absolute path to the source #11524
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
E.g. if the crate root is located at
/home/user/lib.rs
then doingrustdoc lib.rs
will put the highlighted source atdoc/lib/home/user/lib.rs.html
. This wasn't always the case (I estimate a few weeks ago it used relative paths). This is a problem as this can reveal more information than the user may wish to share with the rest of the world.The text was updated successfully, but these errors were encountered: