-
Notifications
You must be signed in to change notification settings - Fork 342
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
Lifetimes on an opaque C++ type #608
Labels
Comments
This was referenced Dec 29, 2020
Hit an ICE while working on this: rust-lang/rust#80468. I think it happens only in otherwise erroneous code so it shouldn't be a blocker, but it's possible it would come up often when using this feature. |
This was referenced Dec 31, 2020
This was referenced Mar 25, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example suppose we have a C++ type which stores references:
It would be most appropriate to describe this in Rust with a lifetime as:
Currently CXX doesn't handle the lifetimes on an extern type:
The text was updated successfully, but these errors were encountered: