We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da370fe + 898b702 commit bbde213Copy full SHA for bbde213
compiler/rustc_mir_build/src/build/expr/as_operand.rs
@@ -72,7 +72,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
72
/// will actually provide a pointer to the interior of the box, and not move the `dyn Debug`
73
/// value to the stack.
74
///
75
- /// See #68034 for more details.
+ /// See #68304 for more details.
76
pub(crate) fn as_local_call_operand(
77
&mut self,
78
block: BasicBlock,
0 commit comments