rust-analyzer/crates/ide-diagnostics
Chayim Refael Friedman ba6f6e2e34 Add the quickfix for increasing visibility of a private field to the private-field diagnostic (previously it was only on no-such-field)
The difference between the diagnostics is that no-such-field is for record struct construction, while private-field is for dot syntax.

I tried to unify them, but there is a bit of uniqueness in each. This is possible but maybe not worth it.

Also, fix the quickfix when there is already a visibility to the field (replace it instead of appending to it).
2025-06-08 15:17:34 +03:00
..
src Add the quickfix for increasing visibility of a private field to the private-field diagnostic (previously it was only on no-such-field) 2025-06-08 15:17:34 +03:00
Cargo.toml chore: Bump dependencies 2025-03-23 08:46:10 +01:00