Files
rust/compiler/rustc_span/src
Matthias Krüger 091017c244 Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino
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
2022-08-29 21:12:54 +02:00
..
2022-08-08 21:12:04 +02:00
2020-12-03 17:08:19 -05:00
2022-04-02 02:45:49 -04:00
2022-08-21 02:35:11 +00:00
2022-06-01 10:36:39 +10:00