We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f3b94 commit 9d36fa3Copy full SHA for 9d36fa3
src/librustc_mir/dataflow/framework/tests.rs
@@ -41,6 +41,7 @@ fn mock_body() -> mir::Body<'static> {
41
destination: Some((dummy_place.clone(), mir::START_BLOCK)),
42
cleanup: None,
43
from_hir_call: false,
44
+ fn_span: DUMMY_SP,
45
},
46
);
47
block(3, mir::TerminatorKind::Return);
@@ -53,6 +54,7 @@ fn mock_body() -> mir::Body<'static> {
53
54
55
56
57
58
59
60
0 commit comments