Enum rustc_typeck::middle::infer::LateBoundRegionConversionTimeUnstable
[-] [+]
[src]
pub enum LateBoundRegionConversionTime { FnCall, HigherRankedType, AssocTypeProjection(Name), }
Times when we replace late-bound regions with variables:
Variants
FnCall | when a fn is called |
HigherRankedType | when two higher-ranked types are compared |
AssocTypeProjection | when projecting an associated type |