We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Foo
trait Peach {} impl Peach for bool { type Banana = (); }
results in
error[E0437]: type `Banana` is not a member of trait `Peach` --> <anon>:5:5 | 5 | type Banana = (); | ^^^^^^^^^^^^^^^^^ not a member of trait `Foo`
cc @jonathandturner