all hail tidy

This commit is contained in:
Ralf Jung 2018-10-24 17:27:16 +02:00
parent 07829bc0f0
commit c5abbd4be3

View file

@ -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(