rust-analyzer/crates/hir-ty/src/infer
Ryo Yoshida a3789eabc9
Minor refactorings
- use `DefWithBodyId::as_generic_def_id()`
- add comments on `InferenceResult` invariant
- move local helper function to bottom to comply with style guide
2023-06-04 19:39:49 +09:00
..
closure.rs Minor refactorings 2023-06-04 19:39:49 +09:00
coerce.rs fix: Diagnose non-value return and break type mismatches 2023-05-16 22:47:27 +02:00
expr.rs MIR episode 6 2023-05-28 23:25:15 +03:30
mutability.rs MIR episode 6 2023-05-28 23:25:15 +03:30
pat.rs MIR episode 6 2023-05-28 23:25:15 +03:30
path.rs Register obligations during path inference 2023-04-24 12:39:48 +09:00
unify.rs Evaluate UnevalutedConst before trait solving 2023-05-27 00:28:11 +03:30