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 fe440eb commit 4c66ed3Copy full SHA for 4c66ed3
src/librustc_mir/transform/add_retag.rs
@@ -97,7 +97,7 @@ impl MirPass for AddRetag {
97
.filter(needs_retag)
98
.collect::<Vec<_>>();
99
// Emit their retags.
100
- basic_blocks[START_BLOCK].statements.splice(0..0,
+ let _ = basic_blocks[START_BLOCK].statements.splice(0..0,
101
places.into_iter().map(|place| Statement {
102
source_info,
103
kind: StatementKind::Retag(RetagKind::FnEntry, place),
0 commit comments