blob: 33534d3f8f6a91ac6eeacc23a22e8e0c71415e4c [file] [log] [blame]
error[E0532]: expected unit struct, unit variant or constant, found static `self::X`
--> $DIR/issue-17933.rs:5:9
|
LL | self::X => { },
| ^^^^^^^ not a unit struct, unit variant or constant
error: aborting due to previous error
For more information about this error, try `rustc --explain E0532`.