We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b054da8 commit 1678c5cCopy full SHA for 1678c5c
compiler/rustc_mir_transform/src/add_retag.rs
@@ -118,7 +118,7 @@ impl<'tcx> MirPass<'tcx> for AddRetag {
118
}
119
120
// PART 3
121
- // Add retag after assignments where data "enters" this function: the RHS is behind a deref and the LHS is not.
+ // Add retag after assignments.
122
for block_data in basic_blocks {
123
// We want to insert statements as we iterate. To this end, we
124
// iterate backwards using indices.
0 commit comments