mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 10:50:28 +03:00
34a3bc4196
The problem was the skipping of binders in `resolve_method_call_as_callable`; this still doesn't use the _correct_ substitution, but at least it doesn't return a type with free variables in it. Fixes #8931.