]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-58006.stderr
Re-blessed tests.
[rust.git] / src / test / ui / issues / issue-58006.stderr
1 error[E0533]: expected unit struct/variant or constant, found tuple variant `<Self>::A`
2   --> $DIR/issue-58006.rs:9:13
3    |
4 LL |             Self::A => (),
5    |             ^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0533`.