We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa33e89 commit 7ac0ef9Copy full SHA for 7ac0ef9
compiler/rustc_type_ir/src/sty.rs
@@ -39,6 +39,7 @@ pub enum AliasKind {
39
/// A projection `<Type as Trait>::AssocType`.
40
/// Can get normalized away if monomorphic enough.
41
Projection,
42
+ /// An associated type in an inherent `impl`
43
Inherent,
44
/// An opaque type (usually from `impl Trait` in type aliases or function return types)
45
/// Can only be normalized away in RevealAll mode
0 commit comments