Add missing anonymous lifetime
This commit is contained in:
parent
3dde32ca97
commit
42d100aad0
@ -169,7 +169,7 @@ impl<'tcx> MockBlocks<'tcx> {
|
||||
}
|
||||
}
|
||||
|
||||
fn debug_basic_blocks(mir_body: &Body) -> String {
|
||||
fn debug_basic_blocks(mir_body: &Body<'_>) -> String {
|
||||
format!(
|
||||
"{:?}",
|
||||
mir_body
|
||||
|
Loading…
x
Reference in New Issue
Block a user