We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82215e2 commit 0f0ad45Copy full SHA for 0f0ad45
src/librustc_mir/interpret/intrinsics.rs
@@ -7,7 +7,7 @@ use rustc::ty;
7
use rustc::ty::layout::{LayoutOf, Primitive, Size};
8
use rustc::mir::BinOp;
9
use rustc::mir::interpret::{
10
- EvalResult, InterpError, Scalar,
+ EvalResult, InterpError, Scalar, ConstValue
11
};
12
13
use super::{
0 commit comments