rust/library/core
bors d88ffcdb8b Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk
`transmute` should also assume non-null pointers

Previously it only did integer-ABI things, but this way it does data pointers too.  That gives more information in general to the backend, and allows slightly simplifying one of the helpers in slice iterators.
2025-02-14 09:06:17 +00:00
..
src Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk 2025-02-14 09:06:17 +00:00
Cargo.toml Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00