rust-analyzer/crates/ide-diagnostics/src
bors db17f792bf Auto merge of #15223 - lowr:patch/no-unresolved-field-for-missing, r=HKalbasi
Don't show `unresolved-field` diagnostic for missing names

I don't think reporting ``"no field `[missing name]` on type `SomeType`"`` makes much sense because it's a syntax error rather than a semantic error. We already report a syntax error for it and I find it sufficient.
2023-07-06 11:54:08 +00:00
..
handlers Auto merge of #15223 - lowr:patch/no-unresolved-field-for-missing, r=HKalbasi 2023-07-06 11:54:08 +00:00
tests remove needless borrows 2023-01-02 14:52:32 +00:00
lib.rs Auto merge of #14990 - HKalbasi:diagnostic-map, r=HKalbasi 2023-07-03 18:58:47 +00:00
tests.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30