Skip to content

Commit

Permalink
Rollup merge of #106058 - tmiasko:68304, r=compiler-errors
Browse files Browse the repository at this point in the history
Fix the issue number in comment for as_local_call_operand
  • Loading branch information
matthiaskrgr authored Dec 23, 2022
2 parents da370fe + 898b702 commit bbde213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir_build/src/build/expr/as_operand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
/// will actually provide a pointer to the interior of the box, and not move the `dyn Debug`
/// value to the stack.
///
/// See #68034 for more details.
/// See #68304 for more details.
pub(crate) fn as_local_call_operand(
&mut self,
block: BasicBlock,
Expand Down

0 comments on commit bbde213

Please sign in to comment.