Fix the issue number in comment for as_local_call_operand
This commit is contained in:
parent
e5e4eef02d
commit
898b702695
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue