dutchcoders / dutchcoders/elftools-rust
Literal out of range errors from overflowing_literals lint
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In a future version of Rust the `overflowing_literals` lint will become deny by default. See rust-lang/rust#55632. When checking for breakage in crates uploaded to crates.io it was discovered that this crate will no longer compile thanks to this lint. The error produced is [here](https://crater-reports.s3.amazonaws.com/pr-55632/try%23dc13be39fae8d4c607889b27de374b52586485a3/reg/elftools-0.1.0/log.txt).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.