| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -0/+2 | |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -3/+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/+17 | |
| Suggest `impl Trait` when possible, and `Box<dyn Trait>` otherwise. | ||||
