Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests fail to build with --no-default-features. #125

Open
plugwash opened this issue Nov 12, 2022 · 0 comments
Open

tests fail to build with --no-default-features. #125

plugwash opened this issue Nov 12, 2022 · 0 comments

Comments

@plugwash
Copy link

While updating the rust-httpparse package in Debian I noticed a failure building the tests with --no-default-features, due to use of std::u64::MAX, replacing it with core::u64::MAX fixed the issue.

Patch at https://salsa.debian.org/rust-team/debcargo-conf/-/blob/26e95fce67cc0210c85518ae25e38c58c4901334/src/httparse/debian/patches/fix-tests-no-default-features.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant