]> git.lizzy.rs Git - rust.git/commit
Auto merge of #62574 - petrochenkov:dcrate-40000, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Thu, 11 Jul 2019 10:05:09 +0000 (10:05 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Jul 2019 10:05:09 +0000 (10:05 +0000)
commit97b1128589fdaa786a7cf65c5a6ff7ed37a1d2f3
treeaa1bcd70ab6028b5f5864b2f6eb3fc9eacb7408c
parent69070058cd2fdb57ebbbbef94892cfb5688ce27f
parente38106599a1f3f27de889e5efc8d1812571b310b
Auto merge of #62574 - petrochenkov:dcrate-40000, r=Mark-Simulacrum

pretty-print: Do not lose the `$crate` printing flag in `print_tt`

https://github.com/rust-lang/rust/pull/62393 had this accidental mistake.

Fixes https://github.com/rust-lang/rust/issues/62562
r? @Mark-Simulacrum