Skip to content

Commit ff16203

Browse files
committed
Auto merge of #124694 - compiler-errors:rollup-pfou5uu, r=compiler-errors
Rollup of 8 pull requests Successful merges: - #124418 (Use a proof tree visitor to refine the `Obligation` for error reporting in new solver) - #124480 (Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`) - #124648 (Trim crate graph) - #124656 (release notes 1.78: add link to interior-mut breaking change) - #124658 (Migrate `run-make/doctests-keep-binaries` to new rmake.rs format) - #124678 (Stabilize `split_at_checked`) - #124681 (zkvm: fix run_tests) - #124687 (Make `Bounds.clauses` private) r? `@ghost` `@rustbot` modify labels: rollup
2 parents b1e5460 + c6ac3d1 commit ff16203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
387387
let main_ptr = ecx.fn_ptr(FnVal::Instance(entry_instance));
388388

389389
// Always using DEFAULT is okay since we don't support signals in Miri anyway.
390-
// (This means we are effectively ignoring `#[unix_sigpipe]`.)
390+
// (This means we are effectively ignoring `-Zon-broken-pipe`.)
391391
let sigpipe = rustc_session::config::sigpipe::DEFAULT;
392392

393393
ecx.call_function(

0 commit comments

Comments
 (0)