error: missing type to the right of `=` --> $DIR/recover-assoc-eq-missing-term.rs:3:17 | LL | bar::(); | ^^^ | help: to constrain the associated type, add a type after `=` | LL | bar::(); | +++++++ help: remove the `=` if `Item` is a type | LL - bar::(); LL + bar::(); | error: aborting due to previous error