about summary refs log tree commit diff
path: root/tests/ui/impl-trait/precise-capturing/overcaptures-2024.fixed
AgeCommit message (Collapse)AuthorLines
2024-12-10Rudimentary heuristic to insert parentheses when needed for RPIT ↵Michael Goulet-0/+4
overcaptures lint
2024-11-11Recurse into APITs in impl_trait_overcapturesMichael Goulet-0/+5
2024-11-09Suggest turning APITs into generics in opaque overcapturesMichael Goulet-0/+8
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-0/+4
The `impl_trait_overcaptures` lint is part of the migration to Rust 2024 and the Lifetime Capture Rules 2024. Now that we've stabilized precise capturing (RFC 3617), let's tie this lint to the `rust_2024_compatibility` lint group.
2024-08-17Stabilize opaque type precise capturingMichael Goulet-2/+1
2024-06-17Rework precise capturing syntaxMichael Goulet-4/+4
2024-05-13And finally add testsMichael Goulet-0/+29