-
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
workaround msys2 bug #65762
workaround msys2 bug #65762
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
The worst thing that can happen is different error, so... |
@bors r+ p=2000 |
📌 Commit 478f17736a3075f55c5612e232eebd76179ff1d5 has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
⌛ Testing commit 478f17736a3075f55c5612e232eebd76179ff1d5 with merge 7d35376b60c0eb42ee39ffd57486d00d1b50b649... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors delegate+ |
✌️ @mati865 can now approve this pull request |
6c9a58d
to
01ab711
Compare
@bors r=pietroalbini |
📌 Commit 4be3e2745a155eacf3dd2c575071773b83e95474 has been approved by |
⌛ Testing commit 4be3e2745a155eacf3dd2c575071773b83e95474 with merge 40b4897916b2493165b41781219a8904ebbfe40e... |
@bors r- |
Co-Authored-By: Pietro Albini <pietro@pietroalbini.org>
@bors r=pietroalbini retry |
📌 Commit 2fea525 has been approved by |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☀️ Test successful - checks-azure |
This comment has been minimized.
This comment has been minimized.
@bors: treeclosed- |
I've included this into beta in #65708 but nominated for infra just to check in that that's fine (the beta rollup will hopefully have landed by then). It's a pure CI change that shouldn't affect distributed code so I'm not too concerned. |
[beta] backport rollup This includes a bunch of PRs: * Fix redundant semicolon lint interaction with proc macro attributes #64387 * Upgrade async/await to "used" keywords. #64875 * syntax: fix dropping of attribute on first param of non-method assocated fn #64894 * async/await: improve not-send errors #64895 * Silence unreachable code lint from await desugaring #64930 * Always mark rust and rust-call abi's as unwind #65020 * Account for macro invocation in `let mut $pat` diagnostic. #65123 * Ensure that associated `async fn`s have unique fresh param names #65142 * Add troubleshooting section to PGO chapter in rustc book. #65402 * Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-armv7-linux #65302 * Optimize `try_expand_impl_trait_type` #65293 * use precalculated dominators in explain_borrow #65172 * Fix ICE #64964 #64989 * [beta] Revert "Auto merge of #62948 - matklad:failable-file-loading, r=petro… #65273 * save-analysis: Don't ICE when resolving qualified type paths in struct members #65353 * save-analysis: Nest tables when processing impl block definitions #65511 * Avoid ICE when checking `Destination` of `break` inside a closure #65518 * Avoid ICE when adjusting bad self ty #65755 * workaround msys2 bug #65762
No description provided.