]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk
authorYuki Okushi <jtitor@2k36.org>
Sun, 26 Jun 2022 04:14:56 +0000 (13:14 +0900)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 04:14:56 +0000 (13:14 +0900)
commit645e5c475a238581f6aefe53d416ddcc7aff5fb3
tree6b2e0f2b5ad3ae38d7c623473a63b24c945b64fe
parent639a655e11306116e8507d401a1262e87e1b23b7
parente80ccedbaeeb5b97880d83ea95c79fc1d0dcf418
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.