mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
e3c73c7a2f
Fix `Debug` impl for `LateParamRegionKind`. It uses `Br` prefixes which are inappropriate and appear to have been incorrectly copy/pasted from the `Debug` impl for `BoundRegionKind`. r? `@BoxyUwU`