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
I don't think we need to copy the data when initializing a local from a temporary; we can just say the local is the temporary. This is analogous to constructor elision in clang: see http://clang.llvm.org/doxygen/CGExprCXX_8cpp_source.html#l00354
The text was updated successfully, but these errors were encountered:
This was done in 3bdbf74
Sorry, something went wrong.
Don't overflow bit size (rust-lang#600)
05f74fc
No branches or pull requests
I don't think we need to copy the data when initializing a local from a temporary; we can just say the local is the temporary. This is analogous to constructor elision in clang: see http://clang.llvm.org/doxygen/CGExprCXX_8cpp_source.html#l00354
The text was updated successfully, but these errors were encountered: