commit
6d3c88c061
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||
&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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue