rust-analyzer/crates/hir-ty/src/infer
bors a20a08f3e2 Auto merge of #14824 - Veykril:ty-diag-unit, r=Veykril
fix: Diagnose non-value return and break type mismatches

Could definitely deserve more polished diagnostics, but this at least brings the message across for now.
2023-05-18 05:03:42 +00:00
..
closure.rs feat: Render hover actions for closure captures and sig 2023-05-15 19:35:27 +02:00
coerce.rs fix: Diagnose non-value return and break type mismatches 2023-05-16 22:47:27 +02:00
expr.rs fix: Diagnose non-value return and break type mismatches 2023-05-16 22:47:27 +02:00
mutability.rs Compute closure captures 2023-04-10 23:04:34 +03:30
pat.rs Fix pattern type mismatch in tuples 2023-05-04 16:03:36 +03:30
path.rs Register obligations during path inference 2023-04-24 12:39:48 +09:00
unify.rs Lazy evaluate consts in path_to_const 2023-05-05 01:17:11 +03:30