Skip to content

Commit

Permalink
Can't have ConstValue without ConstValue!
Browse files Browse the repository at this point in the history
  • Loading branch information
TankhouseAle authored Jun 1, 2019
1 parent 82215e2 commit 0f0ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use rustc::ty;
use rustc::ty::layout::{LayoutOf, Primitive, Size};
use rustc::mir::BinOp;
use rustc::mir::interpret::{
EvalResult, InterpError, Scalar,
EvalResult, InterpError, Scalar, ConstValue
};

use super::{
Expand Down

0 comments on commit 0f0ad45

Please sign in to comment.