about summary refs log tree commit diff
path: root/tests/ui/lifetimes/lifetime-errors/ex2c-push-inference-variable.stderr
AgeCommit message (Collapse)AuthorLines
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-0/+3
The SCCs of the region graph are not a reliable heuristic to use for blaming an interesting constraint for diagnostics. For region errors, if the outlived region is `'static`, or the involved types are invariant in their lifetiems, there will be cycles in the constraint graph containing both the target region and the most interesting constraints to blame. To get better diagnostics in these cases, this commit removes that heuristic.
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+15