Uh oh!
There was an error while loading. Please reload this page.
Fix ast pretty printing for anonymous types - #85515
Conversation
rust-highfive
commented
May 20, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
May 20, 2021
This needs a test in |
jedel1043
commented
May 21, 2021
@rustbot label -S-waiting-on-author +S-waiting-on-review |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jedel1043
commented
May 21, 2021
@rustbot label -S-waiting-on-author +S-waiting-on-review |
Uh oh!
There was an error while loading. Please reload this page.
jedel1043
commented
May 22, 2021
@rustbot label -S-waiting-on-author +S-waiting-on-review |
jedel1043
commented
May 24, 2021
@rustbot label -S-waiting-on-author +S-waiting-on-review |
petrochenkov
commented
May 24, 2021
Thanks! |
bors
commented
May 24, 2021
📌 Commit d59b1f1 has been approved by |
bors
commented
May 24, 2021
bors
commented
May 24, 2021
☀️ Test successful - checks-actions |
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
… r=davidtwco Revert anon union parsing Revert PR rust-lang#84571 and rust-lang#85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code. Fixrust-lang#88583.
Fixes#85480.