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 bb04c68 commit 249210eCopy full SHA for 249210e
clippy_utils/src/mir/mod.rs
@@ -30,7 +30,7 @@ pub fn visit_local_usage(locals: &[Local], mir: &Body<'_>, location: Location) -
30
locals.len()
31
];
32
33
- traversal::Postorder::new(&mir.basic_blocks, location.block)
+ traversal::Postorder::new(&mir.basic_blocks, location.block, ())
34
.collect::<Vec<_>>()
35
.into_iter()
36
.rev()
0 commit comments