]> git.lizzy.rs Git - rust.git/commit
Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr
authorbors <bors@rust-lang.org>
Mon, 24 Oct 2022 13:35:48 +0000 (13:35 +0000)
committerbors <bors@rust-lang.org>
Mon, 24 Oct 2022 13:35:48 +0000 (13:35 +0000)
commitc07a6a9c0c6c571d535de74d7ec28469fba46e37
treea2fbbf9f91594b9fa4e0052c5caf2b491e683bae
parent1481fd964bac3c750c7e1b21206fdaa60346c456
parent541128dcb374c7eaa36872eb3a9085c401db7938
Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr

Only apply `ProceduralMasquerade` hack to older versions of `rental`

The latest version of `rental` (v0.5.6) contains a fix that allows it to
compile without relying on the pretty-print back-compat hack.

Hopefully, there are no longer any crates relying on the affected
versions of the (much less popular) `procedural-masquerade` crate. This
should allow us to target the pretty-print back-compat hack specifically
to older versions of `rental`, and specifically mention upgrading to
`rental` v0.5.6 in the lint message.