about summary refs log tree commit diff
path: root/tests/ui/pattern/no-match-tuple-variant-self-ctor.tuple.stderr
blob: d31a4a7918990581ea9da8865fe24d4171272444 (plain)
1
2
3
4
5
6
7
8
9
error[E0533]: expected unit struct, found self constructor `Self`
  --> $DIR/no-match-tuple-variant-self-ctor.rs:19:17
   |
LL |             let Self = S;
   |                 ^^^^ not a unit struct

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0533`.