rust/tests/ui/error-codes
Esteban Küber dfa75391f8 Suggest field typo through derefs
Take into account implicit dereferences when suggesting fields.

```
error[E0609]: no field `longname` on type `Arc<S>`
  --> $DIR/suggest-field-through-deref.rs:10:15
   |
LL |     let _ = x.longname;
   |               ^^^^^^^^ help: a field with a similar name exists: `long_name`
```

CC https://github.com/rust-lang/rust/issues/78374#issuecomment-719564114
2023-11-16 17:00:23 +00:00
..
2023-10-11 04:55:55 +02:00
2023-10-11 04:55:55 +02:00
2023-10-17 17:33:55 +00:00
2023-09-18 14:03:57 +00:00
2023-10-17 17:33:55 +00:00
2023-10-17 17:33:55 +00:00
2023-10-20 21:10:38 +00:00
2023-10-20 21:10:38 +00:00
2023-10-08 10:06:17 +00:00
2023-11-16 17:00:23 +00:00