mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
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…
Reference in New Issue
Block a user