1
Fork 0

fix rebase fallout

This commit is contained in:
Ralf Jung 2019-02-09 12:19:04 +01:00
parent a413242efe
commit 544b3a1bb4
23 changed files with 45 additions and 40 deletions

View file

@ -23,7 +23,7 @@ pub struct ElaborateDrops;
impl MirPass for ElaborateDrops {
fn run_pass<'a, 'tcx>(&self,
tcx: TyCtxt<'a, 'tcx, 'tcx>,
src: MirSource,
src: MirSource<'tcx>,
mir: &mut Mir<'tcx>)
{
debug!("elaborate_drops({:?} @ {:?})", src, mir.span);