blob: c73578a9ebd9e67bfcaec014418dd46061e848b7 [file] [log] [blame]
Joel Galensonc03402a2020-04-23 17:31:09 -07001error: enums without any variants are not supported
2 --> $DIR/empty_enum.rs:3:5
3 |
43 | / enum A {
54 | |
65 | | }
7 | |_____^