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

Upgrade for latest Rust #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Manishearth
Copy link

This crate hits the ICE described in rust-lang/rust#43567 , which may be turned into a proper error.

In general returning a type with a lifetime from FFI in a function that has no arguments with lifetimes used to be allowed, but it is a bug, since that lifetime will be effectively 'static. Normal functions do not allow this.

Fixing this so that this works in the future.

Please publish after merging.

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

Successfully merging this pull request may close these issues.

1 participant