| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-16 | recover primary span label | Esteban Küber | -2/+2 | |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -3/+3 | |
| 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-01-11 | Move /src/test to /tests | Albert Larsan | -0/+17 | |
