]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #62667 - petrochenkov:printattr2, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 15 Jul 2019 12:29:53 +0000 (12:29 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 Jul 2019 12:29:53 +0000 (12:29 +0000)
pprust: Improve pretty-printing of delimited token groups

The commit "Do not convert attributes into `MetaItem`s for printing" fixes https://github.com/rust-lang/rust/issues/62628.

Other commits fix regressions from abandoning `MetaItem`s, and make formatting for attributes, macro calls, macro definitions and other delimited token groups better and more consistent.

r? @Mark-Simulacrum


No differences found