2018-08-08 14:28:26 +02:00
|
|
|
error[E0005]: refutable pattern in local binding: `T(_, _)` not covered
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/empty-never-array.rs:10:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | let Helper::U(u) = Helper::T(t, []);
|
|
|
|
| ^^^^^^^^^^^^ pattern `T(_, _)` not covered
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0005`.
|