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
Auto merge of #8168 - ecstatic-morse:future-proof-test, r=alexcrichton
Clear `RUSTDOCFLAGS` before running tests
It turns out that this test will fail if `RUSTDOCFLAGS` is set in the test runner. This was found in
rust-lang/rust#71458 (comment) when that PR attempted to set the proper `RUSTDOCFLAGS` to enable `./x.py doc --stage 0 src/libstd`. Run the test with no `RUSTDOCFLAGS` so that the config file always gets used.
0 commit comments