-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Recover from struct literals with placeholder or empty path #151290
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The earlier comments are still relevant.
Run ./x.py test tests/ui --bless to update all the .stderr files.
93bfefa to
f1a6ede
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, lets do the parser changes first and the resolve changes in a separate PR.
|
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.