error[E0599]: no function or associated item named `method` found for struct `B fn(&'a ())>` in the current scope --> $DIR/receiver-equality.rs:12:30 | LL | struct B(T); | ----------- function or associated item `method` not found for this struct ... LL | B:: fn(&'a ())>::method(y); | ^^^^^^ function or associated item not found in `B` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0599`.