@@ -1027,7 +1027,7 @@ pub trait HasMemory<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'mir, 'tcx>> {
10271027}
10281028
10291029impl < ' a , ' mir , ' tcx , M > HasMemory < ' a , ' mir , ' tcx , M > for Memory < ' a , ' mir , ' tcx , M >
1030- where M : Machine < ' mir , ' tcx >
1030+ where M : Machine < ' mir , ' tcx >
10311031{
10321032 #[ inline]
10331033 fn memory_mut ( & mut self ) -> & mut Memory < ' a , ' mir , ' tcx , M > {
@@ -1041,7 +1041,7 @@ where M: Machine<'mir, 'tcx>
10411041}
10421042
10431043impl < ' a , ' mir , ' tcx , M > HasMemory < ' a , ' mir , ' tcx , M > for EvalContext < ' a , ' mir , ' tcx , M >
1044- where M : Machine < ' mir , ' tcx >
1044+ where M : Machine < ' mir , ' tcx >
10451045{
10461046 #[ inline]
10471047 fn memory_mut ( & mut self ) -> & mut Memory < ' a , ' mir , ' tcx , M > {
@@ -1055,7 +1055,7 @@ where M: Machine<'mir, 'tcx>
10551055}
10561056
10571057impl < ' a , ' mir , ' tcx , M > layout:: HasDataLayout for & ' a Memory < ' a , ' mir , ' tcx , M >
1058- where M : Machine < ' mir , ' tcx >
1058+ where M : Machine < ' mir , ' tcx >
10591059{
10601060 #[ inline]
10611061 fn data_layout ( & self ) -> & TargetDataLayout {
0 commit comments