about summary refs log tree commit diff
path: root/src/test/ui/inference/cannot-infer-closure.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2022-11-08selection failure: recompute applicable implslcnr-1/+2
2022-06-02add new `emit_inference_failure_err`lcnr-1/+1
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-2/+2
2019-08-12Resolve types when suggesting boxed closureEsteban Küber-3/+3
2019-08-12When needing type annotations in local bindings, account for impl Trait and ↵Esteban Küber-0/+6
closures Do not suggest nonsensical types when the type inference is failing on `impl Trait` or anonymous closures.