]> git.lizzy.rs Git - rust.git/commit
Merge #5381
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 14 Jul 2020 18:09:36 +0000 (18:09 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 18:09:36 +0000 (18:09 +0000)
commit3f2ab436f45a4fae32514756736055819ead2baa
tree2af71e48e9d3fce856e6cd70d754d03345b1d66d
parenta50c64a4f13b47de7fa08eb3e6ff222a96389b28
parenta4a8406c449a2c124659773408d0241d54eb243a
Merge #5381

5381: ItemTree: Lower tuple types despite invalid type r=flodiebold a=jonas-schievink

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

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>