-
Notifications
You must be signed in to change notification settings - Fork 182
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
Support extern opaque types. #595
Comments
While not technically "built-in", I think this falls under #368, so I'm gonna link this there. Overall, I think this should be pretty easy. I think we really only need to add an extra variant to |
I'll try this one. |
@rustbot assign @memoryleak47 |
Ah right, I can't do that. |
Thanks! Hopefully this will help solve rust-lang/rust-analyzer#4150 . |
This code compiles fine in rustc, but rust-analyzer gives
Box<{unknown}>
inlay hint to a.The text was updated successfully, but these errors were encountered: