about summary refs log tree commit diff
path: root/src/test/ui/suggestions/impl-trait-missing-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2022-07-25Report elision failures on the AST.Camille GILLOT-2/+3
2022-07-13Add feature gate.Camille GILLOT-0/+11
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-1/+7
2020-02-05Account for `impl Trait`Esteban Küber-0/+2
Address #49287