]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #87107 - oli-obk:tait_double, r=nikomatsakis
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 16 Jul 2021 17:53:59 +0000 (19:53 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 17:53:59 +0000 (19:53 +0200)
commit8273567a710df78dac143c2500a69ecc37fe5468
treed928fec67f99f91ea63a25ffbde7ab2e1c63eee7
parent2119976c492894b72287f08865c71d63cff8d471
parent587e8fd11267911599322878fb37c8d185738c9b
Rollup merge of #87107 - oli-obk:tait_double, r=nikomatsakis

Loop over all opaque types instead of looking at just the first one with the same DefId

This exposed a bug in VecMap and is needed for https://github.com/rust-lang/rust/pull/86410 anyway

r? ``@spastorino``

cc ``@nikomatsakis``