-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
make check
failures on windows 7
#13439
Comments
I've just built Rust from latest source (for the first time) on Win7-64, and with
If I try to run |
Here is a fix/workaround for the bug with |
These tests are both currently running successfully on our windows bots. |
Use contiguous spans for empty_line_after_* suggestion Replacing an empty span (which an empty line is) with an empty string triggers a debug assertion in rustc. This fixes the debug assertion by using contiguous spans, with the same resulting suggestion. r? `@Alexendoo` This unblocks the sync changelog: none
When I try to compile Rust from latest source.
The text was updated successfully, but these errors were encountered: