Uh oh!
There was an error while loading. Please reload this page.
parser: recover on nested ADTs as enum variants - #66641
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Centril
commented
Nov 22, 2019
r? @Centril |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Nov 23, 2019
Thanks! @bors r+ |
bors
commented
Nov 23, 2019
📌 Commit 9300c3b has been approved by |
bors
commented
Nov 23, 2019
🌲 The tree is currently closed for pull requests below priority 10, this pull request will be tested once the tree is reopened |
parser: recover on nested ADTs as enum variants Closes: rust-lang#66127
Rollup of 5 pull requests Successful merges: - #64856 (Scope format! temporaries) - #66411 (mem::forget docs: mention ManuallyDrop) - #66594 (Fix cycle when debug-printing opaque types) - #66641 (parser: recover on nested ADTs as enum variants) - #66659 (make `./x.py bench` again) Failed merges: r? @ghost
Refactor `parse_enum_item` to use `parse_delim_comma_seq` Followup after rust-lang#66641 Some errors got more verbose but I think they make sense with the help message.
Closes: #66127