pub type Error<S, T = S> = (Expect<S>, T);
Parse error, storing what we expected and what we got instead.