mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +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`
For more information about how rustc works, see the rustc dev guide.