-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Duplicate outputs in compile message. #5128
Comments
Might be related: rust-lang/rust#48640 @zoumi when you run "cargo test --verbose", do these errors originate from 2 different rustc invocations? |
I think it's the same as : rust-lang/rust#48640
|
Maybe we should keep open the issue here? I guess this is rather a cargo issue than a rustc issue... |
There's a lot more info and linked issues from #1198, but this is unlikely to get fixed. |
Getting the similar output on new macbook. Thread mentioned above is many years old. Anyone get this fixed? |
This matches Cargo behavior and avoids the (somewhat expensive) double checking, as well as the unfortunate duplicate error messages (rust-lang#76822, rust-lang/cargo#5128).
Please, why is this unlikely to be fixed? Is it really the intended behavior? There's lots of closed issues about this, it took me some time to find one still open, maybe this should get some attention. December 2020 |
Closing as this should be fixed by #9675. |
Here is the compile error message:
Rust version:
The text was updated successfully, but these errors were encountered: