Files
rust/tests
Matthias Krüger 40e95e5061 Rollup merge of #150757 - rm-unneded-test, r=bjorn3
Fix `alloc_error_handler` signature mismatch

It was added in ddee45e1d7 ([here](https://github.com/rust-lang/rust/pull/97802/changes#diff-85dc642a7bdad363a9e37d2491230280fcd977391ba7a242bda2da9ddb55f654) to be specific) 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() {

The test stopped being needed in 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 (see rust-lang/rust#150591). Let's remove this test.

Tracking issue:
- rust-lang/rust#150588
2026-01-08 07:27:56 +01:00
..
2025-12-04 10:51:34 +01:00
2026-01-07 09:33:40 +08:00
2026-01-07 09:33:40 +08:00
2026-01-01 19:17:11 -05:00
2025-12-25 14:49:01 +03:00