Files
rust/tests
Samuel Tardieu 72a4e33d69 Fix ICE while computing type layout
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.
2025-05-20 01:21:22 +02:00
..
2025-05-20 01:21:22 +02:00
2025-05-17 10:40:21 +00:00