-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Make verbose --version show if parallel queries are supported. #52052
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
Make verbose --version show if parallel queries are supported. #52052
Conversation
This may affect cargo's parsing - I'll try to test locally... |
Yes, this should be fine, it'll result in recompiles for anyone who switches to such a compiler but that's mostly acceptable. @bors r+ |
📌 Commit 4b6635e has been approved by |
Thanks for checking! |
@bors rollup |
…ies, r=Mark-Simulacrum Make verbose --version show if parallel queries are supported. This should not break anything, right? r? @Mark-Simulacrum cc @rust-lang/release @Zoxc
Rollup of 14 pull requests Successful merges: - #51619 (rust: add initial changes to support powerpc64le musl) - #51793 (Fix variant background color on hover in search results) - #52005 (Update LLVM to bring in a wasm codegen fix) - #52016 (Deduplicate error reports for statics) - #52019 ([cross-lang-lto] Allow the linker to choose the LTO-plugin (which is useful when using LLD)) - #52030 (Any docs preposition change) - #52031 (Strenghten synchronization in `Arc::is_unique`) - #52033 ([Gardening] Update outdated comments: ByVal -> Scalar) - #52052 (Make verbose --version show if parallel queries are supported.) - #52055 (Include VS 2017 in error message.) - #52063 (Add a link to the rustc docs) - #52073 (Add a punch card to weird expressions test) - #52080 (Improve dependency deduplication diagnostics) - #51953 (enable Atomic*.{load,store} for ARMv6-M / MSP430) Failed merges:
@bors rollup- Turns out this does break something 🤔, see #52088 (comment). |
Pity. OK, I'll move it to a |
@bors r- |
Ping from triage, @michaelwoerister ! We haven't heard from you about this PR in a while. |
Thank you for this PR @michaelwoerister! Unfortunately we haven't heard from you on this in a while, so I'm closing the PR to keep things tidy. Don't worry though, if you'll have time again in the future please reopen this PR, we'll be happy to review it again! |
This should not break anything, right?
r? @Mark-Simulacrum
cc @rust-lang/release @Zoxc