We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017608f commit b46754eCopy full SHA for b46754e
src/librustc_mir/dataflow/framework/tests.rs
@@ -223,7 +223,7 @@ impl Analysis<'tcx> for MockAnalysis<'tcx> {
223
block: BasicBlock,
224
_func: &mir::Operand<'tcx>,
225
_args: &[mir::Operand<'tcx>],
226
- _return_place: &mir::Place<'tcx>,
+ _return_place: mir::Place<'tcx>,
227
) {
228
let location = self.body.terminator_loc(block);
229
let idx = self.effect_at_target(SeekTarget::AfterAssumeCallReturns(location)).unwrap();
0 commit comments