]> git.lizzy.rs Git - rust.git/commit
handle late-bound vars from inner binders correctly and add test
authorb-naber <bn263@gmx.de>
Sat, 8 Oct 2022 13:52:59 +0000 (15:52 +0200)
committerb-naber <bn263@gmx.de>
Sat, 8 Oct 2022 15:48:02 +0000 (17:48 +0200)
commit048e637e9ee4c9fe8813109d89f97e140776b0a4
treec997227d97e9b3be55e9df642158145653d205b1
parente83dcf4ecd678bac474d6aaca1cf0294bcbcd1b3
handle late-bound vars from inner binders correctly and add test
compiler/rustc_middle/src/ty/print/pretty.rs
src/test/ui/lifetimes/nested-binder-print.rs [new file with mode: 0644]
src/test/ui/lifetimes/nested-binder-print.stderr [new file with mode: 0644]