Files
rust/compiler
Stuart Cook bc3b9de404 Rollup merge of #152422 - Zoxc:query-macro-tweaks, r=Zalathar
Change query proc macro to be more rust-analyzer friendly

This changes the query proc macro to be more rust-analyzer friendly.

- Types in the macro now have a proper span
- Some functions have their span hidden so they don't show up when hovering over the query name
- Added a hint on the provider field on how to find providers. That is shown when hovering over the query name
- Linked query name to the provider field on all queries, not just ones with caching
- Added tooltip for the query modifiers by linking to the new types in `rustc_middle:::query::modifiers`
2026-02-13 15:19:08 +11:00
..
2026-02-11 14:13:44 +01:00
2026-02-11 14:13:44 +01:00
2026-02-11 14:13:44 +01:00
2026-02-08 11:06:42 +01:00
2026-01-19 16:08:54 +00:00