rust/crates/hir_ty/src/diagnostics
Dawer 68dfe190ab Improve resilience of match checking
In bug condition the match checking strives to recover giving false no-error diagnostic.
2021-09-12 16:03:12 +05:00
..
decl_check Fix two more “a”/“an” typos 2021-08-22 17:24:48 +02:00
match_check Improve resilience of match checking 2021-09-12 16:03:12 +05:00
decl_check.rs minor: fix some clippy lints 2021-09-03 16:00:50 +02:00
expr.rs Improve resilience of match checking 2021-09-12 16:03:12 +05:00
match_check.rs Wrap inner tail expressions in MissingOkOrSomeInTailExpr 2021-07-31 20:00:09 +02:00
unsafe_check.rs