]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #99659 - compiler-errors:opaque-type-nit, r=oli-obk
authorYuki Okushi <jtitor@2k36.org>
Mon, 25 Jul 2022 09:46:54 +0000 (18:46 +0900)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 09:46:54 +0000 (18:46 +0900)
commitcb512888f353fd56be0074ab2b1f49da215ca440
tree5459d28929cfdefe0fe6227b7ee68bbad4a402ce
parentf4c25270d4df28e48f78a9b2bcbcccbf53b1e63b
parentf7326989e63ab8944493e8ff03447bb9a7d83141
Rollup merge of #99659 - compiler-errors:opaque-type-nit, r=oli-obk

Use `VecMap::get` in `ConstraintLocator::check`

Also rename the `def_id` param to `item_def_id` because that's easily confused with `self.def_id` (which is the opaque ty did).