]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-17933.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / issues / issue-17933.stderr
1 error[E0532]: expected unit struct, unit variant or constant, found static `self::X`
2   --> $DIR/issue-17933.rs:5:9
3    |
4 LL |         self::X => { },
5    |         ^^^^^^^ not a unit struct, unit variant or constant
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0532`.