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