-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Stage 1 test failure on master branch #49352
Comments
This is a proc macro test so it's expected that it doesn't work on stage1 right now. #49219 should fix that. |
It should still be marked //ignore-stage1 |
I'm guessing I'm now getting an error for There's no associated error message, it's just a raw Again, same test command; just a vanilla stage-1 test. |
A few tests related to proc-macros fail when performing stage-1 testing. This PR adds // ignore-stage1 to them, along with a FIXME. Original issue: rust-lang#49352 This should (hopefully) be fixed when rust-lang#49219 is merged.
|
This is fixed. |
I'm getting a test failure for
ui-fulldeps/proc-macro/load-panic.rs
on my local machine:I'm running on the linux subsystem for windows, which is:
I have never had any issues compiling before. (
DevWindows
is my computer's name)I'm running the tests using the command:
The text was updated successfully, but these errors were encountered: