rust-analyzer/crates/hir/src
bors ac8509a74b Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril
fix: Fix resolution of label inside macro

When working on Something Else (TM) (I left a hint in the commits :P), I noticed to my surprise that labels inside macros are not resolved. This led to a discovery of *two* unrelated bugs, which are hereby fixed in two commits.
2024-09-30 13:09:54 +00:00
..
semantics 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
term_search Properly account for editions in names 2024-08-16 16:46:24 +03:00
attrs.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
db.rs Update per_query_memory_usage query listing 2024-04-17 18:44:50 +02:00
diagnostics.rs Add diagnostics for unsafe_op_in_unsafe_fn 2024-09-18 03:02:12 +03:00
display.rs fix: use pretty_print_pat for params in fn 2024-09-09 20:59:23 +08:00
from_id.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
has_source.rs Support more IDE features for asm operands 2024-09-05 13:19:02 +02:00
lib.rs Rename object_safety to dyn_compatibility 2024-09-29 07:26:45 -04:00
semantics.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
source_analyzer.rs asm! parsing and lowering fixes 2024-09-05 15:08:16 +02:00
symbols.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
term_search.rs Increase search depth to account for more granual steps 2024-06-22 15:06:07 +03:00