rust/tests/ui/runtime
Martin Nordholts 1132454616 tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove
It was added in ddee45e1d7 when SIGPIPE was controlled with an
attribute on `fn main()` which meant it could also be combined with
`#[rustc_main]`:

    #[unix_sigpipe = "sig_dfl"]
    #[rustc_main]
    fn rustc_main() {

It stopped being needed cde0cde151 when `#[unix_sigpipe = "..."]` was
replaced by `-Zon-broken-pipe=...`. And it will not be needed when
`-Zon-broken-pipe=...` is replaced by an Externally Implementable Item.
Let's remove this test.
2026-01-07 06:03:51 +01:00
..
on-broken-pipe tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove 2026-01-07 06:03:51 +01:00
atomic-print.rs
backtrace-debuginfo-aux.rs
backtrace-debuginfo.rs
deep_recursion.rs
out-of-stack.rs
rt-explody-panic-payloads.rs
running-with-no-runtime.rs
signal-alternate-stack-cleanup.rs
stdout-before-main.rs
stdout-before-main.run.stdout
stdout-during-shutdown-unix.rs
stdout-during-shutdown-unix.run.stdout
stdout-during-shutdown-windows.rs
stdout-during-shutdown-windows.run.stdout