about summary refs log tree commit diff
path: root/tests/ui/impl-trait/precise-capturing/migration-note.rs
AgeCommit message (Collapse)AuthorLines
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-2/+2
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.
2024-11-22Stabilize the 2024 editionEric Huss-1/+0
2024-11-09Dont suggest use<APIT>Michael Goulet-0/+15
2024-10-31Try to point out when edition 2024 lifetime capture rules cause borrowck issuesMichael Goulet-0/+190