rust/crates/ra_hir_ty
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
..
src Merge #3938 2020-04-12 08:30:24 +00:00
Cargo.toml Implement Chalk's debug methods using TLS 2020-04-10 15:04:06 +02:00