mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
93d03edcb8
Fixes #31106. - [ ] I wasn't sure of the correct `#[stable(...)]` definition to use here. Happy to fix it if it's incorrect. - [ ] `ParseError` is sort of an ephemeral non-error, but do let me know if the implementation of `error::Error` for it should return something more descriptive than "parse error".