]> git.lizzy.rs Git - rust.git/commit
Fix box pattern inference panic
authorLukas Wirth <lukastw97@gmail.com>
Sun, 21 Mar 2021 17:18:25 +0000 (18:18 +0100)
committerLukas Wirth <lukastw97@gmail.com>
Sun, 21 Mar 2021 17:25:00 +0000 (18:25 +0100)
commitaf50e8d955caa0b689f3e5b02f0d8ff0302fd3e3
tree643f38fb2eb9f380e0e9f97aa660ab95c2f4c99c
parent1ae20d2b894171f0b8368309da727cd365b95fc1
Fix box pattern inference panic
crates/hir_ty/src/infer/expr.rs
crates/hir_ty/src/infer/pat.rs
crates/hir_ty/src/tests/patterns.rs