]> git.lizzy.rs Git - rust.git/commit
Merge #9552
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 10 Jul 2021 16:25:58 +0000 (16:25 +0000)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 16:25:58 +0000 (16:25 +0000)
commitf83f069f947d35f1c22f2dc4f91fa731b1f3cdc1
treece5f128595468059891acaf63362005306cb547d
parent2d7727fe31ac04c8680d0020a5d20e973d1d470b
parent576e3a4e122ac7089d6e209a86cbf825e927908b
Merge #9552

9552: internal: `add_explicit_type` respects coercions r=Veykril a=Veykril

or so I'd like to say but there is one odd case here where it doesn't work(see [review](https://github.com/rust-analyzer/rust-analyzer/pull/9552#discussion_r667351856))

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6107

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>