Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read
This commit is contained in:
@@ -89,7 +89,7 @@ impl FunctionCx<'a, 'll, 'tcx> {
|
||||
asm::codegen_inline_asm(&bx, asm, outputs, input_vals);
|
||||
bx
|
||||
}
|
||||
mir::StatementKind::ReadForMatch(_) |
|
||||
mir::StatementKind::FakeRead(..) |
|
||||
mir::StatementKind::EndRegion(_) |
|
||||
mir::StatementKind::Validate(..) |
|
||||
mir::StatementKind::AscribeUserType(..) |
|
||||
|
||||
Reference in New Issue
Block a user