Rustup to rust-lang/rust#70627
This commit is contained in:
parent
c211cea3e9
commit
3142ee3f7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue