You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Changes all `Tag::*_error` methods to return `ErrorKind` rather than
`Error`, and changes call sites where these methods were used with
a `Reader` in scope to call `reader.error()` to ensure error position
is propagated appropriately.
- Locates sites of `ErrorKind::*.into()` where a `Reader` is in scope
and changes them to use `reader.error()`
0 commit comments