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
When building `rustdoc` without using `x.py`, the sysroot is not going
to be detected automatically. It wasn't an issue when using `x.py`, and
this commit should not have any effect when building `rustdoc` as part
of the `rustc` build.
Note: if you want to build rustdoc out-of-tree, you need to install the
rustup components `rustc-dev` and `llvm-tools-preview`.
0 commit comments