This commit is contained in:
dylan_DPC 2018-07-20 18:40:52 +05:30
parent 4e3339efda
commit dbb756ded7
3 changed files with 1 additions and 5 deletions

View file

@ -2932,5 +2932,3 @@ impl<'tcx> TypeFoldable<'tcx> for Literal<'tcx> {
}
}
}

View file

@ -55,4 +55,4 @@ impl NllLivenessMap {
}
}
newtype_index!(LocalWithRegion);
newtype_index!(LocalWithRegion);

View file

@ -544,5 +544,3 @@ pub fn write_mir_fn<'a, 'tcx, V: Idx>(
writeln!(w, "}}")?;
Ok(())
}