rust-analyzer/crates/hir/src
bors 95228d23bb Auto merge of #14875 - ponyii:fix/implement-missing-members-do-not-transform-lifetimes, r=Veykril
fix: implemeted lifetime transformation fot assits

A part of https://github.com/rust-lang/rust-analyzer/issues/13363
I expect to implement transformation of const params in a separate PR

Other assists and a completion affected:
- `generate_function` currently just ignores lifetimes and, consequently, is not affected
- `inline_call` and `replace_derive_with...` don't seem to need lifetime transformation
- `trait_impl` (a completion) is fixed and tested
2023-06-10 13:22:50 +00:00
..
semantics Revert "Handle dev-dependency cycles" 2023-04-25 14:29:26 +02:00
attrs.rs Consider macro sub-namespace during name resolution 2023-05-11 21:13:12 +09:00
db.rs Actually bring back LRU limit for macro_expand query 2023-04-16 23:12:25 +02:00
diagnostics.rs Add diagnostic for _ expressions (typed holes) 2023-05-28 14:55:28 +02:00
display.rs Slightly shrink DefMap 2023-06-01 14:46:36 +02:00
from_id.rs hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref 2023-04-06 19:36:25 +02:00
has_source.rs Partially support "overloaded deref" MIR lowering 2023-03-06 21:09:09 +03:30
lib.rs Auto merge of #14875 - ponyii:fix/implement-missing-members-do-not-transform-lifetimes, r=Veykril 2023-06-10 13:22:50 +00:00
semantics.rs Consider macro sub-namespace during name resolution 2023-05-11 21:13:12 +09:00
source_analyzer.rs handle match scrutinee in closure captures 2023-05-19 12:04:12 +03:30
symbols.rs Fix #14557. Docs aliases can now be detected and used in searching for workspace symbols 2023-05-24 23:57:24 +02:00