summary refs log tree commit diff
path: root/src/test/ui/issues/issue-19086.stderr
blob: d2b9b90890e3cfb54a6c17382d3b5fb8434457c1 (plain)
1
2
3
4
5
6
7
8
9
error[E0532]: expected tuple struct/variant, found struct variant `FooB`
  --> $DIR/issue-19086.rs:10:9
   |
LL |         FooB(a, b) => println!("{} {}", a, b),
   |         ^^^^ did you mean `FooB { /* fields */ }`?

error: aborting due to previous error

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