summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-17933.stderr
blob: 33534d3f8f6a91ac6eeacc23a22e8e0c71415e4c (plain)
1
2
3
4
5
6
7
8
9
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`.