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 4c80bcb commit ab7eb21Copy full SHA for ab7eb21
src/librustc_mir/transform/add_retag.rs
@@ -93,7 +93,7 @@ impl<'tcx> MirPass<'tcx> for AddRetag {
93
.filter(needs_retag)
94
.collect::<Vec<_>>();
95
// Emit their retags.
96
- basic_blocks[START_BLOCK].statements.splice(0..0,
+ let _ = basic_blocks[START_BLOCK].statements.splice(0..0,
97
places.into_iter().map(|place| Statement {
98
source_info,
99
kind: StatementKind::Retag(RetagKind::FnEntry, place),
0 commit comments