Skip to content

Commit 0f0ad45

Browse files
authored
Can't have ConstValue without ConstValue!
1 parent 82215e2 commit 0f0ad45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use rustc::ty;
77
use rustc::ty::layout::{LayoutOf, Primitive, Size};
88
use rustc::mir::BinOp;
99
use rustc::mir::interpret::{
10-
EvalResult, InterpError, Scalar,
10+
EvalResult, InterpError, Scalar, ConstValue
1111
};
1212

1313
use super::{

0 commit comments

Comments
 (0)