This commit is contained in:
flip1995 2020-04-01 19:42:15 +02:00
parent c211cea3e9
commit 3142ee3f7a
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79

View File

@ -437,7 +437,7 @@ impl<'tcx> GenKillAnalysis<'tcx> for MaybeStorageLive {
_block: mir::BasicBlock,
_func: &mir::Operand<'tcx>,
_args: &[mir::Operand<'tcx>],
_return_place: &mir::Place<'tcx>,
_return_place: mir::Place<'tcx>,
) {
// Nothing to do when a call returns successfully
}