| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -31/+0 | |
| 2022-12-13 | review comments | Esteban Küber | -6/+6 | |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -6/+6 | |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -2/+2 | |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -2/+6 | |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -8/+12 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-07-20 | Reword when `_` couldn't be inferred | Esteban Küber | -2/+2 | |
| 2018-05-13 | Improve eager type resolution error message | leonardo.yvens | -0/+23 | |
| This PR improves the span of eager resolution type errors referring to indexing and field access to use the base span rather than the whole expression. Also a note "Type must be known at this point." is added to where we at some point in the past emitted the "type must be known at this context" error, so that early failures can be differentiated and will hopefully be less surprising. Fixes #50692 (or at least does the best we can for the moment) r? @estebank | ||||
