]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-17933.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17933.stderr
1 error[E0532]: expected unit struct/variant or constant, found static `self::X`
2 --> $DIR/issue-17933.rs:5:9
3 |
4 LL | self::X => { },
5 | ^^^^^^^ not a unit struct/variant or constant
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0532`.