rust/compiler/rustc_middle
Yuki Okushi 645e5c475a
Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk
Fix printing `impl trait` under binders

Before, we would render `impl for<'a> Trait<'a>` like `impl Trait<for<'a> 'a>`, lol.
2022-06-26 13:14:56 +09:00
..
benches
src Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk 2022-06-26 13:14:56 +09:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.