mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
error: unrecognized receiver type
|
|
--> $DIR/unrecognized_receiver.rs:4:20
|
|
|
|
|
4 | fn f(self: &Unrecognized);
|
|
| ^^^^^^^^^^^^^
|