We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07829bc commit c5abbd4Copy full SHA for c5abbd4
src/librustc/mir/visit.rs
@@ -413,7 +413,8 @@ macro_rules! make_mir_visitor {
413
self.visit_operand(input, location);
414
}
415
416
- StatementKind::Retag { ref $($mutability)* fn_entry, ref $($mutability)* place } => {
+ StatementKind::Retag { ref $($mutability)* fn_entry,
417
+ ref $($mutability)* place } => {
418
self.visit_retag(fn_entry, place, location);
419
420
StatementKind::AscribeUserType(
0 commit comments