This commit is contained in:
Aaron Hill 2020-06-10 18:39:05 -04:00
parent e5f3b94d56
commit 9d36fa3d47
No known key found for this signature in database
GPG Key ID: B4087E510E98B164
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ fn mock_body() -> mir::Body<'static> {
destination: Some((dummy_place.clone(), mir::START_BLOCK)),
cleanup: None,
from_hir_call: false,
fn_span: DUMMY_SP,
},
);
block(3, mir::TerminatorKind::Return);
@ -53,6 +54,7 @@ fn mock_body() -> mir::Body<'static> {
destination: Some((dummy_place.clone(), mir::START_BLOCK)),
cleanup: None,
from_hir_call: false,
fn_span: DUMMY_SP,
},
);