mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
4a7e152511
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``