We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e5460 + c6ac3d1 commit ff16203Copy full SHA for ff16203
src/eval.rs
@@ -387,7 +387,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
387
let main_ptr = ecx.fn_ptr(FnVal::Instance(entry_instance));
388
389
// Always using DEFAULT is okay since we don't support signals in Miri anyway.
390
- // (This means we are effectively ignoring `#[unix_sigpipe]`.)
+ // (This means we are effectively ignoring `-Zon-broken-pipe`.)
391
let sigpipe = rustc_session::config::sigpipe::DEFAULT;
392
393
ecx.call_function(
0 commit comments