Work around to fix issue https://github.com/rust-lang/rust/issues/53912
This commit is contained in:
parent
5a9e6b8776
commit
c76fc3d804
@ -116,7 +116,10 @@ mod debuginfo;
|
||||
mod declare;
|
||||
mod glue;
|
||||
mod intrinsic;
|
||||
pub mod llvm;
|
||||
|
||||
// The following is a work around that replaces `pub mod llvm;` and that fixes issue 53912.
|
||||
#[path = "llvm/mod.rs"] mod llvm_; pub mod llvm { pub use super::llvm_::*; }
|
||||
|
||||
mod llvm_util;
|
||||
mod metadata;
|
||||
mod meth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user