fix for latest nightly

This commit is contained in:
Ralf Jung
2017-07-31 16:53:53 -07:00
parent 7c6befe69f
commit 69fd22f904
+1 -1
View File
@@ -379,7 +379,7 @@ pub(super) fn eval_lvalue_projection(
&mut self,
base: Lvalue<'tcx>,
base_ty: Ty<'tcx>,
proj_elem: &mir::ProjectionElem<'tcx, mir::Operand<'tcx>>,
proj_elem: &mir::ProjectionElem<'tcx, mir::Operand<'tcx>, Ty<'tcx>>,
) -> EvalResult<'tcx, Lvalue<'tcx>> {
use rustc::mir::ProjectionElem::*;
let (ptr, extra, aligned) = match *proj_elem {