all hail tidy
This commit is contained in:
parent
07829bc0f0
commit
c5abbd4be3
1 changed files with 2 additions and 1 deletions
|
|
@ -413,7 +413,8 @@ macro_rules! make_mir_visitor {
|
|||
self.visit_operand(input, location);
|
||||
}
|
||||
}
|
||||
StatementKind::Retag { ref $($mutability)* fn_entry, ref $($mutability)* place } => {
|
||||
StatementKind::Retag { ref $($mutability)* fn_entry,
|
||||
ref $($mutability)* place } => {
|
||||
self.visit_retag(fn_entry, place, location);
|
||||
}
|
||||
StatementKind::AscribeUserType(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue