]> git.lizzy.rs Git - rust.git/commit
Auto merge of #68737 - Centril:fix-68710, r=petrochenkov
authorbors <bors@rust-lang.org>
Sun, 2 Feb 2020 09:19:40 +0000 (09:19 +0000)
committerbors <bors@rust-lang.org>
Sun, 2 Feb 2020 09:19:40 +0000 (09:19 +0000)
commitcef68945722fa593a4a1314f4a2f1ff095aab4f4
treed4da0032a3bb619c96558a432a0b6b1219d2d3f3
parent0cbcb17d3306d6e22eafc2c05ce885db97d0189c
parent00f0b0cd3ab667e151b8e4d06e314d3b40038495
Auto merge of #68737 - Centril:fix-68710, r=petrochenkov

pretty: print attrs in struct expr

Fixes https://github.com/rust-lang/rust/issues/68710 by printing the attributes on struct expression fields.

r? @petrochenkov
cc @dtolnay