pub type RichExtra<'tokens, 'src> = Err<RichErr<'tokens, 'src>>;
pub struct RichExtra<'tokens, 'src>(/* private fields */);