Skip to content

Commit 42d100a

Browse files
committed
Add missing anonymous lifetime
1 parent 3dde32c commit 42d100a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_transform/src/coverage

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/coverage/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl<'tcx> MockBlocks<'tcx> {
169169
}
170170
}
171171

172-
fn debug_basic_blocks(mir_body: &Body) -> String {
172+
fn debug_basic_blocks(mir_body: &Body<'_>) -> String {
173173
format!(
174174
"{:?}",
175175
mir_body

0 commit comments

Comments
 (0)