summary refs log tree commit diff
path: root/src/test/ui/issue-17933.stderr
blob: ec0f4785c8fa87a1bbb8cb3bac3990f2b91419b2 (plain)
1
2
3
4
5
6
7
8
9
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`.