]> git.lizzy.rs Git - rust.git/commit
Document missing match arm false positive
authorCAD97 <cad97@cad97.com>
Mon, 17 Aug 2020 17:19:15 +0000 (13:19 -0400)
committerCAD97 <cad97@cad97.com>
Mon, 17 Aug 2020 17:19:15 +0000 (13:19 -0400)
commit2eaf79cfbb447156151cb5435eff5f14f41c40f7
treea0363a0316057ef330faef5fa513ea121bb826e1
parent7d95a8447cf1874dac6381b5b1e644093b72e435
Document missing match arm false positive

This should already be guarded against
(https://github.com/rust-analyzer/rust-analyzer/blob/d2212a49f6d447a14cdc87a9de2a4844e78b6905/crates/hir_ty/src/diagnostics/expr.rs#L225-L230)
but it isn't preventing this false positive for some reason.
crates/hir_ty/src/diagnostics/match_check.rs