bors[bot] 268b798729
Merge #3938
3938: fix missing match arm false positive r=flodiebold a=JoshMcguigan

This fixes #3932 by skipping the missing match arm diagnostic in the case any of the match arms don't type check properly against the match expression. 

I think this is the appropriate behavior for this diagnostic, since `is_useful` relies on all match arms being well formed, and the case of a malformed match arm should probably be handled by a different diagnostic.

Co-authored-by: Josh Mcguigan <joshmcg88@gmail.com>
2020-04-12 08:30:24 +00:00
..
2020-03-31 09:02:12 -04:00
2020-04-01 18:56:47 +02:00
2020-04-11 19:36:31 +02:00
2020-04-12 08:30:24 +00:00
2020-04-11 22:01:22 +00:00
2020-04-03 19:01:44 +08:00
2020-04-11 14:53:13 +08:00
2020-04-10 20:46:42 +02:00
2020-04-10 00:17:32 +08:00
2020-04-11 19:36:31 +02:00
2020-04-10 20:46:42 +02:00