fix rebase fallout
This commit is contained in:
parent
a413242efe
commit
544b3a1bb4
23 changed files with 45 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue