rust/compiler/rustc_hir_analysis/src/astconv
bors 6b99cf1d35 Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk
Don't store lazyness in `DefKind::TyAlias`

1. Don't store lazyness of a type alias in its `DefKind`, but instead via a query.
2. This allows us to treat type aliases as lazy if `#[feature(lazy_type_alias)]` *OR* if the alias contains a TAIT, rather than having checks for both in separate parts of the codebase.

r? `@oli-obk` cc `@fmease`
2023-09-27 01:48:53 +00:00
..
bounds.rs subst -> instantiate 2023-09-26 09:37:55 +02:00
errors.rs E0220: only suggests associated types if there's only one candidate 2023-09-08 08:44:23 +02:00
generics.rs subst -> instantiate 2023-09-26 09:37:55 +02:00
lint.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
mod.rs Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk 2023-09-27 01:48:53 +00:00
object_safety.rs Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00