rust-analyzer/crates/ide-diagnostics/src
bors 457b966b17 Auto merge of #16039 - WaffleLapkin:don't-emit-missing-assoc-items-diagnostic-for-negative-impls, r=Veykril
fix: Don't emit "missing items" diagnostic for negative impls

Negative impls can't have items, so there is no reason for this diagnostic.

LMK if I should add a test somewhere. Also LMK if that's not how we usually check multiple things in an if in r-a.
2023-12-10 22:24:32 +00:00
..
handlers Auto merge of #16039 - WaffleLapkin:don't-emit-missing-assoc-items-diagnostic-for-negative-impls, r=Veykril 2023-12-10 22:24:32 +00:00
tests remove needless borrows 2023-01-02 14:52:32 +00:00
lib.rs fix: Smaller spans for unresolved field and method diagnostics 2023-12-08 18:46:36 +01:00
tests.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00