Files
rust/compiler/rustc_hir_analysis
Guillaume Gomez 4a7e152511 Rollup merge of #147514 - RalfJung:transparent-nonexhaustive-normalize, r=lcnr
repr_transparent_external_private_fields: normalize types during traversal

Determining whether a type is a 1-ZST will internally do full normalization, so we better do the same when scanning for non-exhaustive types.

r? ``@lcnr``
2025-10-13 11:25:21 +02:00
..

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