No configuration, default cargo new --lib project basically.
Additional Context
I found this while working on https://github.com/scontain/sgx-quote. I changed the parser from nom to winnow, this is mostly an implementation detail, but the nom error was directly returned, this error no longer implemented Display or Debug (I don't remember which) so it couldn't be printed anymore.
Is this about an existing lint, or proposing a new one?
new
Known issues that might be causing this
Steps to reproduce the bug with the above code
To:
Actual Behaviour
No semver issues are found
Expected Behaviour
A semver breakeage should be reported
Generated System Information
System information:
Software version
cargo-semver-checks 0.36.0
Operating system
Linux 6.6.63
Command-line
cargo version
Compile time information
Cargo build configuration:
Build Configuration
No configuration, default
cargo new --lib
project basically.Additional Context
I found this while working on https://github.com/scontain/sgx-quote. I changed the parser from
nom
towinnow
, this is mostly an implementation detail, but thenom
error was directly returned, this error no longer implemented Display or Debug (I don't remember which) so it couldn't be printed anymore.