rust/compiler/rustc_ty_utils
Lukas Markeffsky 1d1ac3d310 remove redundant code
- we normalize before calling `layout_of_uncached`, so we don't need to
  normalize again later
- we check for type/const errors at the top of `layout_of_uncached`, so
  we don't need to check again later
2025-02-18 13:22:45 +01:00
..
2025-02-18 13:22:45 +01:00