Files
rust/compiler/rustc_hir_analysis/src
Jonathan Brouwer b3b66b23e6 Rollup merge of #149263 - frank-king:feature/unpin-check, r=BoxyUwU
Forbid manual `Unpin` impls for structurally pinned types

Part of [`pin_ergonomics`](https://github.com/rust-lang/rust/issues/130494). It forbids to `impl Unpin for T` where `T` is an ADT marked with `#[pin_v2]`.
2026-02-03 18:54:47 +01:00
..
2026-02-02 11:53:30 +00:00
2025-10-17 08:36:34 -05:00