rust/compiler/rustc_ty_utils
Matthias Krüger 1f159b4894
Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister
Fall back to old metadata computation when type references errors

Projection is a bit too aggressive normalizing `<dyn Trait<[type error]> as Pointee>::Metadata` to `[type error]`, rather than to `DynMetadata<..>`. Side-step that by just falling back to the old structural metadata computation.

Fixes #109078
2023-03-14 17:40:05 +01:00
..
src Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister 2023-03-14 17:40:05 +01:00
Cargo.toml move things from rustc_target::abi to rustc_abi 2022-11-24 16:26:13 +03:30
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00