mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
091017c244
Do not report too many expr field candidates When considering "this expressions' field has a {field/method}" suggestions: 1. Don't report methods that are out of scope 2. Use `span_suggestions` instead of reporting each field candidate, which caps the number of suggestions to 4 4. Blacklist some common traits like `Clone` and `Deref` Fixes #100894 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |