rust-analyzer/crates/ide-diagnostics
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
..
src Auto merge of #15223 - lowr:patch/no-unresolved-field-for-missing, r=HKalbasi 2023-07-06 11:54:08 +00:00
Cargo.toml Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30