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
When rustc fails to compile a package, cargo prints out a lot of error data in red that makes it a little bit harder to find/read the compilation errors.
Probably just down to a catch-all error-checking method.
I think it should just print out " failed to compile", and forward the rustc output with the already given colouring.