6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
|
|
error: unsupported receiver type; C++ does not allow member functions on enums
|
||
|
|
--> tests/ui/enum_receiver.rs:7:20
|
||
|
|
|
|
||
|
|
7 | fn f(self: &Enum);
|
||
|
|
| ^^^^^
|