We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b55ae commit 247d38dCopy full SHA for 247d38d
src/constant.rs
@@ -2,7 +2,8 @@
2
3
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
4
use rustc_middle::middle::codegen_fn_attrs::CodegenFnAttrFlags;
5
-use rustc_middle::mir::interpret::{read_target_uint, AllocId, ConstValue, GlobalAlloc, Scalar};
+use rustc_middle::mir::interpret::{read_target_uint, AllocId, GlobalAlloc, Scalar};
6
+use rustc_middle::mir::ConstValue;
7
8
use cranelift_module::*;
9
0 commit comments