Skip to content

Commit bbde213

Browse files
authored
Rollup merge of rust-lang#106058 - tmiasko:68304, r=compiler-errors
Fix the issue number in comment for as_local_call_operand
2 parents da370fe + 898b702 commit bbde213

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)