-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Mangled Output Formatting In Powershell #30559
Comments
It looks like output from two rustc processes interleaved. I've seen this before when running |
Ahh interesting, is there a quick easy fix? |
I just run |
I think doing |
Cargo build then cargo test seems to be working. Thanks for your help guys. Merry Christmas 🎅 |
Unfortunately we let the rustc instances write to the console directly because if they were redirected to pipes colors wouldn't work due to conhost using API calls rather than escape codes for colors. |
Something seems to have gone terribly wrong with the formatting of rustc output to powershell!
As you can see from the image above it seems like rustc has totally lost the plot formatting the first error.
I'm using a surface pro 4, windows 10, powershell. My powershell is not in legacy mode, window is 80 chars wide and buffer is also 80 chars wide. Unfortunately I don't have access to another PC to test this on right now but if you tell me any additional information you'd like I'll try to provide it.
The text was updated successfully, but these errors were encountered: