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 56facc4 commit 40dd3e2Copy full SHA for 40dd3e2
src/constant.rs
@@ -7,7 +7,8 @@ use rustc_data_structures::fx::{FxHashMap, FxHashSet};
7
use rustc_errors::ErrorReported;
8
use rustc_middle::middle::codegen_fn_attrs::CodegenFnAttrFlags;
9
use rustc_middle::mir::interpret::{
10
- alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc, Scalar,
+ alloc_range, read_target_uint, AllocId, Allocation, ConstValue, ErrorHandled, GlobalAlloc,
11
+ Scalar,
12
};
13
use rustc_middle::ty::ConstKind;
14
0 commit comments