Skip to content

Commit 898b702

Browse files
committed
Fix the issue number in comment for as_local_call_operand
1 parent e5e4eef commit 898b702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/src/build/expr/as_operand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
7272
/// will actually provide a pointer to the interior of the box, and not move the `dyn Debug`
7373
/// value to the stack.
7474
///
75-
/// See #68034 for more details.
75+
/// See #68304 for more details.
7676
pub(crate) fn as_local_call_operand(
7777
&mut self,
7878
block: BasicBlock,

0 commit comments

Comments
 (0)