| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-16 | review comments | Esteban Küber | -4/+4 | |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -0/+1 | |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -2/+2 | |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -38/+2 | |
| When a type error involves a `dyn Trait` as the return type, do not emit the type error, as the "return type is not `Sized`" error will provide enough information to the user. | ||||
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+62 | |
| Suggest `impl Trait` when possible, and `Box<dyn Trait>` otherwise. | ||||
