rust/library/core
Jonathan Brouwer 33c2a6eba9
Rollup merge of #151365 - RalfJung:unsafe-unpin-opsem, r=BoxyUwU
UnsafePinned: implement opsem effects of UnsafeUnpin

This implements the next step for https://github.com/rust-lang/rust/issues/125735: actually making `UnsafePinned` have special opsem effects by suppressing the `noalias` *even if* the type is wrapped in an `Unpin` wrapper.

For backwards compatibility we also still keep the `Unpin` hack, i.e. a type must be both `Unpin` and `UnsafeUnpin` to get `noalias`.
2026-02-14 22:11:53 +01:00
..
src Rollup merge of #151365 - RalfJung:unsafe-unpin-opsem, r=BoxyUwU 2026-02-14 22:11:53 +01:00
Cargo.toml add autodiff examples 2025-11-16 23:35:37 -05:00