-
Notifications
You must be signed in to change notification settings - Fork 67
Doesn’t build in recent Nightly, "anonymous bound region BrAnon(0) in return but not args" #40
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
Comments
Closed
@rtbo Could we get an answer on this please? |
|
rtbo
added a commit
that referenced
this issue
Aug 13, 2017
Introduce types_with_lifetime array that keep tracks of all types with lifetime in a module
@SimonSapin could you test a37d1fa? |
@rtbo I made a "try" build with this branch and all tests pass. Could you publish this as version 0.7.7? Thank you! |
done! |
rtbo
added a commit
that referenced
this issue
Aug 15, 2017
Introduce types_with_lifetime array that keep tracks of all types with lifetime in a module
Can you also publish 0.8.1? |
@quininer yes will do. |
mathphreak
referenced
this issue
in mathphreak/rust-clipboard
Aug 31, 2017
This includes [an xcb fix](https://github.com/rtbo/rust-xcb/issues/40) that fixes compilation on rustc 1.21.0-beta.1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See rust-lang/rust#43567.
Adding a lifetime parameter to a few function declarations in
src/ffi/xproto.rs
like this:… fixes the issue, but that file is
.gitignore
’d and generated. I looked atrs_client.py
a bit but didn’t find an easy way to make it generate that code.The text was updated successfully, but these errors were encountered: