blob: 8523c77268375650e3b5530ec119c699f410a258 [file] [log] [blame]
Fletcher Woodruff0ba10792021-01-20 14:09:04 -07001error: C++ does not allow member functions on enums
2 --> $DIR/enum_receiver.rs:7:20
3 |
47 | fn f(self: &Enum);
5 | ^^^^^