Fields

tag: Tag,
is_note: bool = false,
token_is_prev: bool = false,

True if token points to the token before the token causing an issue.

token: TokenIndex,
extra: union {
    none: void,
    expected_tag: Token.Tag,
} = .{ .none = void },

Types