rust-analyzer/crates/ra_hir_ty/src/tests
Aleksey Kladov b79fd82559 Correctly infer types in guard expressions
The root cause was that we forgot to add bindings from the arm to the
guard expression

closes #3980
2020-04-18 22:16:04 +02:00
..
coercion.rs Hide unit fn return types 2020-04-05 21:06:47 +03:00
macros.rs Add failing test 2020-04-10 19:43:37 +02:00
method_resolution.rs Fix #3373 2020-03-01 14:31:35 +01:00
never_type.rs Don't let unknown match arms fall back to ! 2020-02-11 21:09:11 +01:00
patterns.rs Correctly infer types in guard expressions 2020-04-18 22:16:04 +02:00
regression.rs fix panic on ellipsis in pattern 2020-04-17 05:36:44 -07:00
simple.rs Hide unit fn return types 2020-04-05 21:06:47 +03:00
traits.rs Merge #4023 2020-04-18 08:48:08 +00:00