We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a836612 commit a80f3c4Copy full SHA for a80f3c4
src/abi.rs
@@ -1,7 +1,9 @@
1
#[cfg(feature = "master")]
2
use gccjit::FnAttribute;
3
use gccjit::{ToLValue, ToRValue, Type};
4
-use rustc_abi::{ArmCall, CanonAbi, InterruptKind, Reg, RegKind, X86Call};
+#[cfg(feature = "master")]
5
+use rustc_abi::{ArmCall, CanonAbi, InterruptKind, X86Call};
6
+use rustc_abi::{Reg, RegKind};
7
use rustc_codegen_ssa::traits::{AbiBuilderMethods, BaseTypeCodegenMethods};
8
use rustc_data_structures::fx::FxHashSet;
9
use rustc_middle::bug;
0 commit comments