diff options
| author | bors <bors@rust-lang.org> | 2023-06-20 02:58:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-20 02:58:53 +0000 |
| commit | d7dcadc5976e0542e453b8dc5a7519212231987b (patch) | |
| tree | e20c91b4cbec71008ff99ccfa0406b04b5b431b3 /compiler/rustc_mir_transform/src/coverage/tests.rs | |
| parent | 14803bda0efc94b6c9a90048d868104c1ddf0685 (diff) | |
| parent | 0ca325231069091a5625d245a6d043058f11b17b (diff) | |
| download | rust-d7dcadc5976e0542e453b8dc5a7519212231987b.tar.gz rust-d7dcadc5976e0542e453b8dc5a7519212231987b.zip | |
Auto merge of #112817 - compiler-errors:rollup-0eqomra, r=compiler-errors
Rollup of 8 pull requests Successful merges: - #112232 (Better error for non const `PartialEq` call generated by `match`) - #112499 (Fix python linting errors) - #112596 (Suggest correct signature on missing fn returning RPITIT/AFIT) - #112606 (Alter `Display` for `Ipv6Addr` for IPv4-compatible addresses) - #112781 (Don't consider TAIT normalizable to hidden ty if it would result in impossible item bounds) - #112787 (Add gha problem matcher) - #112799 (Clean up "doc(hidden)" check) - #112803 (Format the examples directory of cg_clif) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/tests.rs')
| -rw-r--r-- | compiler/rustc_mir_transform/src/coverage/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/coverage/tests.rs b/compiler/rustc_mir_transform/src/coverage/tests.rs index 90b58933df7..25891d3ca0f 100644 --- a/compiler/rustc_mir_transform/src/coverage/tests.rs +++ b/compiler/rustc_mir_transform/src/coverage/tests.rs @@ -140,7 +140,7 @@ impl<'tcx> MockBlocks<'tcx> { destination: self.dummy_place.clone(), target: Some(TEMP_BLOCK), unwind: UnwindAction::Continue, - from_hir_call: false, + call_source: CallSource::Misc, fn_span: DUMMY_SP, }, ) |
