This commit is contained in:
John Kåre Alsaker 2017-08-11 06:23:22 +02:00
parent bbe15522d5
commit 91dde3eb2d

View file

@ -716,7 +716,7 @@ impl MirPass for StateTransform {
mir.generator_drop = Some(box drop_shim);
// Create the Genreator::resume function
// Create the Generator::resume function
creator_generator_resume_function(tcx, transform, def_id, source, mir);
}
}