Enum rustc::middle::infer::LateBoundRegionConversionTimeExperimental
[-]
[+]
[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 |