| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -17/+0 | |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -1/+3 | |
| ``` error[E0412]: cannot find type `T` in this scope --> file.rs:3:12 | 3 | impl Trait<T> for Struct {} | - ^ not found in this scope | | | help: you might be missing a type parameter: `<T>` ``` Fix #64298. | ||||
| 2019-03-04 | Elide invalid method receiver error when it contains TyErr | Esteban Küber | -0/+15 | |
| Fix #58712. | ||||
