In [rustllvm.h](https://github.com/rust-lang/rust/blob/master/src/rustllvm/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)