Recover from struct literals with placeholder or empty path#151290
Recover from struct literals with placeholder or empty path#151290rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
|
r? @estebank |
|
r? @estebank |
|
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
da39c2a to
0481963
Compare
This comment has been minimized.
This comment has been minimized.
93bfefa to
f1a6ede
Compare
|
Reminder, once the PR becomes ready for a review, use |
This comment has been minimized.
This comment has been minimized.
yep, noted. |
4c612ea to
a79669d
Compare
|
With this pr. This previous current |
This comment has been minimized.
This comment has been minimized.
Recover from struct literals with placeholder or empty path Based on earlier work by León Orell Valerian Liehr.
|
@bors yield |
|
Auto build cancelled. Cancelled workflows: The next pull request likely to be tested is #151701. |
…uwer Rollup of 7 pull requests Successful merges: - #151290 (Recover from struct literals with placeholder or empty path) - #148187 (Remove uses of `&mut CmResolver`) - #151368 (Rustdoc performance improvements) - #151374 (some more rustc_borrowck cleanups) - #151536 (Fix sanitizer target builds on CI) - #151626 (Remove `Deref<Target = TyCtxt>` from `QueryCtxt`) - #151661 (Suggest changing `iter`/`into_iter` when the other was meant)
This comment has been minimized.
This comment has been minimized.
Recover from struct literals with placeholder or empty path Based on earlier work by León Orell Valerian Liehr.
|
@bors yield |
|
Auto build cancelled. Cancelled workflows: The next pull request likely to be tested is #151701. |
…uwer Rollup of 7 pull requests Successful merges: - #151290 (Recover from struct literals with placeholder or empty path) - #148187 (Remove uses of `&mut CmResolver`) - #151368 (Rustdoc performance improvements) - #151374 (some more rustc_borrowck cleanups) - #151536 (Fix sanitizer target builds on CI) - #151626 (Remove `Deref<Target = TyCtxt>` from `QueryCtxt`) - #151661 (Suggest changing `iter`/`into_iter` when the other was meant)
This comment has been minimized.
This comment has been minimized.
Recover from struct literals with placeholder or empty path Based on earlier work by León Orell Valerian Liehr.
|
💔 Test for 6dd470c failed: CI. Failed job:
|
|
@bors retry |
…uwer Rollup of 7 pull requests Successful merges: - #151290 (Recover from struct literals with placeholder or empty path) - #148187 (Remove uses of `&mut CmResolver`) - #151368 (Rustdoc performance improvements) - #151374 (some more rustc_borrowck cleanups) - #151536 (Fix sanitizer target builds on CI) - #151626 (Remove `Deref<Target = TyCtxt>` from `QueryCtxt`) - #151661 (Suggest changing `iter`/`into_iter` when the other was meant)
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
@bors retry |
|
❗ You can only retry pull requests that are approved and have a previously failed auto build. |
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
…uwer Rollup of 7 pull requests Successful merges: - #151290 (Recover from struct literals with placeholder or empty path) - #148187 (Remove uses of `&mut CmResolver`) - #151368 (Rustdoc performance improvements) - #151374 (some more rustc_borrowck cleanups) - #151536 (Fix sanitizer target builds on CI) - #151626 (Remove `Deref<Target = TyCtxt>` from `QueryCtxt`) - #151661 (Suggest changing `iter`/`into_iter` when the other was meant)
Rollup merge of #151290 - Unique-Usman:ua/nostruct, r=estebank Recover from struct literals with placeholder or empty path Based on earlier work by León Orell Valerian Liehr.
Based on earlier work by León Orell Valerian Liehr.