-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ui test suite fails on stage 1 #53380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Fixed by #53368. |
FWIW, stage 2 works. I am surprised that such a difference is possible between stages... |
It's explicitly gated on stage 2 (i.e. being compiled by stage 1 or greater): rust/src/libsyntax_ext/deriving/default.rs Lines 78 to 80 in bc8cead
I'm not quite sure why the only difference is emitting the error code or not, though: rust/src/libsyntax_ext/deriving/mod.rs Lines 22 to 31 in bc8cead
|
Huh, that's interesting. I was always testing against stage 2 locally when working on #53196 and Travis didn't seem to pick that up either. |
Fixed by #53368 (comment). |
syntax_ext: remove leftover span_err_if_not_stage0 macro. I believe this is the right fix for rust-lang#53380, although I'm not sure what happened. My guess is this copy of the macro was accidentally missed when others were removed? cc @matthewjasper @varkor (please do not put this in a rollup, in case it fails)
With current master (81cfaad), the UI stage 1 test suite fails for me.
./x.py --stage 1 test src/test/ui --bless
introduces the following diff:Stage 1 used to work fine, so this is a regression, likely introduced by #53196 (cc @davidtwco).
Stage 2 build is still running.
The text was updated successfully, but these errors were encountered: