rust-analyzer/crates/parser
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
test_data Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
Cargo.toml Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00