rust/crates/hir-def/src/macro_expansion_tests
bors 9ee71b43ca Auto merge of #16175 - Veykril:dummy-spans, r=Veykril
fix: Correctly set and mark the proc-macro spans

This slows down analysis by 2-3s on self for me unfortunately (~2.5% slowdown)

Noisy diff due to two simple refactoring in the first 2 commits. Relevant changes are [7d762d1](7d762d18ed) and [1e1113c](1e1113cf5f) which introduce def site spans and correct marking for proc-macros respectively.
2023-12-21 10:00:13 +00:00
..
mbe fix: Update metavariable expression implementation 2023-12-19 11:55:00 +01:00
builtin_derive_macro.rs Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
builtin_fn_macro.rs fix: Fix concat_bytes! expansion 2023-12-08 11:34:03 +01:00
mbe.rs fix(mbe): update test 2023-12-19 01:03:00 -03:00
mod.rs Rename some things and turn macro to macro def into a query 2023-12-21 09:18:25 +01:00
proc_macros.rs Turn macro_expand from query to normal function 2023-11-28 17:23:51 +01:00