Open
Description
I tried this code: Playground Link
I expected to see this happen: Only one error: Foo
cannot be implemented for Bar
, the function should compile.
Instead, this happened: The function complains about missing bounds, despite the fact that those bounds should be implicit by the requirements of the trait.
Zulip Discussion: Zulip
Meta
Using 1.53.0 on the playground, bug still present on latest nightly.