rust/crates/hir-ty
bors 3321799e8f Auto merge of #14368 - HKalbasi:mir, r=HKalbasi
MIR episode 3

This PR adds lowering for try operator and overloaded dereference, and adds evaluating support for function pointers and trait objects. It also adds a flag to `analysis-stats` to show percentage of functions that it fails to emit mir for them, which is currently `20%` (which is somehow lying, as most of the supported `80%` are tests). The most offenders are closure (1975 items) and overloaded index (415 items). I will try to add overloaded index before monday to have it in this PR, and tackle the closure in the next episode.
2023-03-21 19:57:27 +00:00
..
src Auto merge of #14368 - HKalbasi:mir, r=HKalbasi 2023-03-21 19:57:27 +00:00
Cargo.toml Bump chalk to 0.89 2023-03-19 16:45:26 +09:00