summary refs log tree commit diff
path: root/src/test/ui/inference/cannot-infer-async-enabled-impl-trait-bindings.stderr
AgeCommit message (Collapse)AuthorLines
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-2/+2
2019-08-12When needing type annotations in local bindings, account for impl Trait and ↵Esteban Küber-0/+19
closures Do not suggest nonsensical types when the type inference is failing on `impl Trait` or anonymous closures.