rust/library/core
Matthias Krüger 641bedabb1
Rollup merge of #147095 - fmease:libprivrepr, r=dtolnay
Library: Remove remaining private `#[repr]` workarounds

With https://github.com/rust-lang/rust/pull/116882 finally merged, gating these `repr`s behind cfg `not(doc)` is no longer necessary to achieve a private repr.

Follow up to https://github.com/rust-lang/rust/pull/128046 (that was enabled via https://github.com/rust-lang/rust/pull/115439). With that, https://github.com/rust-lang/rust/pull/116743 is now fully realized at long last.

cc ``@dtolnay``
2025-09-28 09:15:29 +02:00
..
src Rollup merge of #147095 - fmease:libprivrepr, r=dtolnay 2025-09-28 09:15:29 +02:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00