]> git.lizzy.rs Git - rust.git/commit
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)
commit92b0f52584c9375505ecdefdd7855b93a5919d51
treeb47ac35a70dd95d012dd20443237a72a444d340c
parent5480b47d7f9e708300d3ba319869f21cd1ffd487
parent0cdd18d0a7b9d3c52017b57eecda6e198e9512b1
Auto merge of #62667 - petrochenkov:printattr2, r=Mark-Simulacrum

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