]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obk
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 19 Jul 2021 09:37:47 +0000 (11:37 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jul 2021 09:37:47 +0000 (11:37 +0200)
commit4dd32a1cac15d2fec6e68d41c2483a8bdd3a78ff
tree923b4ba4dbdb9cc9de02d8334a0d282c3e4b5f2f
parent8cf995f6acb70cb09f14080df4d1232f736b2fc5
parent93aa89023fb7eb9149e6739c7f54c3ae4a8235bf
Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obk

Extend HIR-based WF checking to associated type defaults

Previously, we would only look at associated types in `impl` blocks.