mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
fix for latest nightly
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user