rust-analyzer/crates/hir/src
bors 70e10deee8 Auto merge of #14326 - iDawer:refactor, r=Veykril
internal: Rename `hir::diagnostics::MissingMatchArms.match_expr` field

`hir::diagnostics::MissingMatchArms.match_expr` had confusing name: it is pointing to scrutinee expression. Renamed to `scrutinee_expr` and used better fitting type for it.

Also small refactorings/cleanup.
2023-03-11 07:36:00 +00:00
..
semantics Add BindingId 2023-03-06 21:09:08 +03:30
attrs.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
db.rs Add missing queries to per_query_memory_usage 2023-03-09 16:31:10 +01:00
diagnostics.rs Refactor hir::diagnostics::MissingMatchArms fields, better naming 2023-03-10 18:22:32 +05:00
display.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00
from_id.rs Add BindingId 2023-03-06 21:09:08 +03:30
has_source.rs Partially support "overloaded deref" MIR lowering 2023-03-06 21:09:09 +03:30
lib.rs Auto merge of #14326 - iDawer:refactor, r=Veykril 2023-03-11 07:36:00 +00:00
semantics.rs Highlight unresolved derives as being unresolved 2023-03-08 13:51:14 +01:00
source_analyzer.rs Add BindingId 2023-03-06 21:09:08 +03:30
symbols.rs Lower and handle trait aliases in HIR 2023-03-04 00:24:07 +09:00