We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we have a data structure containing fields we should use references where possible:
This helper should simply return a reference:
gccrs/gcc/rust/hir/tree/rust-hir-expr.h
Line 97 in fdcad08
To fix this change this helper to return the fat-pointer and fix up the build after that.
The text was updated successfully, but these errors were encountered:
Hey, @philberty I was going through the code and you have actually solved this issue in pull request #860 . XD
Sorry, something went wrong.
Thanks, @mvvsmk for pointing that out! Closing this issue now.
philberty
Successfully merging a pull request may close this issue.
When we have a data structure containing fields we should use references where possible:
This helper should simply return a reference:
gccrs/gcc/rust/hir/tree/rust-hir-expr.h
Line 97 in fdcad08
To fix this change this helper to return the fat-pointer and fix up the build after that.
The text was updated successfully, but these errors were encountered: