about summary refs log tree commit diff
path: root/src/test/ui/suggestions/lifetimes/trait-object-nested-in-impl-trait.nll.stderr
AgeCommit message (Expand)AuthorLines
2022-06-03Fully stabilize NLLJack Huey-82/+0
2022-05-22Use revisions for NLL in suggestionsJack Huey-4/+12
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-2/+20
2021-10-15simplify constrain_opaque_typesNiko Matsakis-10/+16
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-3/+0
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-2/+2
2020-06-19Account for multiple impl/dyn Trait in return type when suggesting `'_`Esteban Küber-0/+53