error[E0451]: field `state` of struct `StateHolder` is private
--> $DIR/cannot_construct_transition_next.rs:26:9
|
LL | state: Box::new(Stub),
| ^^^^^^^^^^^^^^^^^^^^^ private field
error: aborting due to previous error
For more information about this error, try `rustc --explain E0451`.