Modulesยง
- anon_
const ๐ - inherent ๐Computes a normalizes-to (projection) goal for inherent associated types,
#![feature(inherent_associated_type)]
. Since HIR ty lowering already determines which impl the IAT is being projected from, we just: - opaque_
types ๐Computes a normalizes-to (projection) goal for opaque types. This goal behaves differently depending on the currentTypingMode
. - weak_
types ๐Computes a normalizes-to (projection) goal for inherent associated types,#![feature(lazy_type_alias)]
and#![feature(type_alias_impl_trait)]
.