mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2025-03-07 07:47:37 +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);
|
|
| ^^^^^^^^^^^^^
|