about summary refs log tree commit diff
path: root/tests/ui/macros/macro-span-issue-116502.rs
AgeCommit message (Collapse)AuthorLines
2025-06-27Report infer ty errors during hir ty loweringOli 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-15Fix the dedup error because of spans from suggestionyukang-0/+16