rust-analyzer/crates/hir
Chayim Refael Friedman 02d47f3a81 Fix a case where completion was unable to expand a macro
Which caused the macros of the popular `tracing` crate to not offer completions.

The reason is rather complicated: it boils down to macro ignoring their input and completion always choosing the first expansion.
2024-12-20 13:14:59 +02:00
..
src Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
Cargo.toml Lay the foundation for diagnostics in ty lowering, and implement a first diagnostic 2024-12-04 14:22:56 +02:00