pub fn constructor_in_enum(
    state: &mut State<'_>,
    enum: &SimpleIdentifier,
    constructor: &SimpleIdentifier
) -> ParseError