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
In rustllvm.h on line 24 there are these harmless duplicate includes, not sure if these are left on purpose
#include "llvm/IR/InlineAsm.h" #include "llvm/IR/InlineAsm.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/LLVMContext.h"
(Easier for me to report here than to review/sign project contributing guidelines/agreement as I'm not planning on contributing per se)
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#52107 - PramodBisht:feature/52105, r=rkruppe
f532daa
removed redundant header file import in rustllvm.h fix rust-lang#52105 removed redundant header file import in rustllvm.h cc @wqweto
Successfully merging a pull request may close this issue.
In rustllvm.h on line 24 there are these harmless duplicate includes, not sure if these are left on purpose
(Easier for me to report here than to review/sign project contributing guidelines/agreement as I'm not planning on contributing per se)
The text was updated successfully, but these errors were encountered: