You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been on a wild ride trying to figure out exactly what's been going on.
Minimal example: clone https://github.com/la10736/rstest and run RUSTDOCFLAGS="-Z unstable-options --static-root-path /" cargo +nightly doc --target x86_64-unknown-linux-gnu. The links to static files should start with /; instead they start with ../.
Note that if you omit --target, the --static-root-path / argument works fine. I'm not sure why they conflict in this way.