1error: unrecognized receiver type 2 --> tests/ui/unrecognized_receiver.rs:4:20 3 | 44 | fn f(self: &Unrecognized); 5 | ^^^^^^^^^^^^^ 6