We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d7e69 commit 042fd8cCopy full SHA for 042fd8c
compiler/rustc_codegen_llvm/src/llvm/mod.rs
@@ -10,13 +10,9 @@ use libc::c_uint;
10
use rustc_abi::{Align, Size, WrappingRange};
11
use rustc_llvm::RustString;
12
13
-pub use self::AtomicRmwBinOp::*;
14
pub use self::CallConv::*;
15
pub use self::CodeGenOptSize::*;
16
-pub use self::IntPredicate::*;
17
-pub use self::Linkage::*;
18
pub use self::MetadataType::*;
19
-pub use self::RealPredicate::*;
20
pub use self::ffi::*;
21
use crate::common::AsCCharPtr;
22
0 commit comments