]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 31 May 2020 19:30:01 +0000 (21:30 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 19:30:01 +0000 (21:30 +0200)
Avoid setting wrong obligation cause span of associated type mismatch

Removes code that sets wrong obligation cause span of associated type mismatch. See the linked issue for details.

Closes #72806.


Trivial merge