-
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
enable compiler fingerprint logs in verbose mode #131056
Conversation
Signed-off-by: onur-ozkan <[email protected]>
7fb232a
to
874d55c
Compare
Oh this is gonna be very verbose 😆 But I agree that it's indeed quite useful. You can r=me once CI is green. |
We could enable this on the verbosity level 2, but then it will be super hard to find them.. We could create a config option for it, but I am not sure if it's worth it. |
Let's just keep it as it is, the verbose mode is currently only used for debugging bootstrap anyway, I suppose. |
@bors r=Kobzol |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#131023 (Copy correct path to clipboard for modules/keywords/primitives) - rust-lang#131035 (Preserve brackets around if-lets and skip while-lets) - rust-lang#131038 (Fix `adt_const_params` leaking `{type error}` in error msg) - rust-lang#131053 (Improve `--print=check-cfg` documentation) - rust-lang#131056 (enable compiler fingerprint logs in verbose mode) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#131056 - onur-ozkan:cargo-compiler-fingerprint, r=Kobzol enable compiler fingerprint logs in verbose mode This provides very useful logs especially when debugging build cache-related stuff.
This provides very useful logs especially when debugging build cache-related stuff.