Fix the issue number in comment for as_local_call_operand

This commit is contained in:
Tomasz Miąsko 2022-12-22 00:00:00 +00:00
parent e5e4eef02d
commit 898b702695

View File

@ -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,