rust-analyzer/crates/hir/src/semantics
Chayim Refael Friedman cd7cbddaf6 When resolving labels in break and continue for the IDE, do not resolve them textually, instead reuse the results of HIR lowering
This fixes a bug where labels inside macros were not resolved, but more importantly this prepares us to a future where we have hygiene, and textual equivalence isn't enough to resolve identifiers.
2024-09-30 15:13:45 +03:00
..
source_to_def.rs When resolving labels in break and continue for the IDE, do not resolve them textually, instead reuse the results of HIR lowering 2024-09-30 15:13:45 +03:00