-
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
compilation of rustc fails when verbose=1 in config.toml and --incremental is passed #42583
Comments
This has something to do with |
Right now when we pass @matklad do you remember why this was an error? I remember there being discussion but I can't remember now. It seems fine to me to just ship this information to stdout like ususal? |
Yeah! The theory is that all info for humans should go to
Yeah, I think |
Ah yes thanks for reminding me @matklad! @michaelwoerister is it reasonable to do that? (switch to |
I think so. The output is mostly meant for humans. We might have to update |
Nowadays we've got |
…on-stderr, r=alexcrichton Print -Zincremental-info to stderr instead of stdout. Fixes rust-lang#42583. The [cargo-incremental](https://github.com/nikomatsakis/cargo-incremental) tool probably does not need to be updated. It already merges stdout and stderr before parsing the compiler's output. r? @alexcrichton
…on-stderr, r=alexcrichton Print -Zincremental-info to stderr instead of stdout. Fixes rust-lang#42583. The [cargo-incremental](https://github.com/nikomatsakis/cargo-incremental) tool probably does not need to be updated. It already merges stdout and stderr before parsing the compiler's output. r? @alexcrichton
here's the relevant snippet of output, from running
x.py build --stage 1 --incremental
The text was updated successfully, but these errors were encountered: