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
Rustdoc writes to a pipe, and if the program on the other side has
exited, it will exit with SIGPIPE. To avoid that happening, call `rustc`
instead of `true`, which will wait to exit until it sees EOF on stdin.
- Use a run-make-fulldeps test so that rustc is available in CI
This is not exactly right, because the test shouldn't require building
rustc twice, but it avoids having to build rustdoc for run-make tests.
0 commit comments