Open ShoyuVanilla opened 3 months ago
You could have a downstream crate with struct Local; impl Trait<Local> for Foo { .. }
.
Then, () and Local don't unify and its ambiguous.
This should give guidance, though.
Oh, I see. Thanks for the answer. I'll try investigating in that way
fails with