-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consumers of libjail-rs need to increase type_length_limit #59
Comments
Thanks! Yes, I don't really know what to do here. |
I guess we could increase the |
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
Fixes a build failure on rust >= 1.35.0. See also rust-lang/rust#58952 Fixes #59
So, it seems that increasing the type length limit in the library isn't enough and users of the library still have to take the same action. I'm not able to play around with this too much at the moment either, I'm currently away and only have access to this stuff via a phone :) |
Ugh. I'll release a version with the inclreased |
OK, now that I'm back home and can play with this properly on an actual computer, I've got this fix working. Consumers of the library don't need to update their |
Wonderful, will roll a release then :D |
@phyber v0.1.0 is released with an updated |
This issue is back in Rust 1.38.0 and it's quite ridiculous now. I had to increase the |
ugh. Thanks for catching that :( |
I can try to cut a release with the new |
I tried to break down the large |
Describe the bug
Rust 1.35.0 has broken some things via what is described in rust-lang/rust#58952, meaning libjail-rs no longer compiles.
To Reproduce
Attempt to compile under Rust 1.35.0
Expected behavior
The crate compiles.
Additional context
I’m not sure if there is anything for libjail to do here, but I thought a tracking issue might be good.
The text was updated successfully, but these errors were encountered: