Files
rust/compiler/rustc_hir_analysis
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
..
2025-12-05 14:22:52 +01:00

For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.