Remove the mod llvm_
hack, which should no longer be necessary
This commit is contained in:
parent
6741521dc4
commit
65d7e6937b
1 changed files with 3 additions and 8 deletions
|
@ -71,14 +71,9 @@ mod debuginfo;
|
||||||
mod declare;
|
mod declare;
|
||||||
mod errors;
|
mod errors;
|
||||||
mod intrinsic;
|
mod intrinsic;
|
||||||
|
// FIXME(Zalathar): Fix all the unreachable-pub warnings that would occur if
|
||||||
// The following is a workaround that replaces `pub mod llvm;` and that fixes issue 53912.
|
// this isn't pub, then make it not pub.
|
||||||
#[path = "llvm/mod.rs"]
|
pub mod llvm;
|
||||||
mod llvm_;
|
|
||||||
pub mod llvm {
|
|
||||||
pub use super::llvm_::*;
|
|
||||||
}
|
|
||||||
|
|
||||||
mod llvm_util;
|
mod llvm_util;
|
||||||
mod mono_item;
|
mod mono_item;
|
||||||
mod type_;
|
mod type_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue