mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-04 17:18:45 +00:00
Ignore unsized types when trying to determine the size of the original type Fixes https://github.com/rust-lang/rust/issues/121074 a regression from https://github.com/rust-lang/rust/pull/118983