mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
72a4e33d69
If a type is incomplete, for example if generic parameters are not available yet, although they are not escaping, its layout may not be computable. Calling `TyCtxt::layout_of()` would create a delayed bug in the compiler.