os-rust/src/test/ui/issues/issue-17933.stderr

10 lines
310 B
Text
Raw Normal View History

2018-07-15 14:11:54 -07:00
error[E0532]: expected unit struct/variant or constant, found static `self::X`
2018-12-25 08:56:47 -07:00
--> $DIR/issue-17933.rs:5:9
2018-07-15 14:11:54 -07:00
|
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`.