| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -0/+2 | |
| This centralizes the placeholder type error reporting in one location, but it also exposes the granularity at which we convert things from hir to ty more. E.g. previously infer types in where bounds were errored together with the function signature, but now they are independent. | ||||
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -0/+16 | |
