Module rustc::middle::typeck::infer::resolve[src]

Structs

ResolveState

Statics

pub static force_all: uint = 0b0111100000  
pub static force_fvar: uint = 0b0100000000  
pub static force_ivar: uint = 0b0010000000  
pub static force_rvar: uint = 0b0001000000  
pub static force_tvar: uint = 0b0000100000  
pub static not_regions: uint = !(force_rvar | resolve_rvar)  
pub static resolve_all: uint = 0b0000001111  
pub static resolve_and_force_all_but_regions: uint = (resolve_all | force_all) & not_regions  
pub static resolve_fvar: uint = 0b0000001000  
pub static resolve_ivar: uint = 0b0000000100  
pub static resolve_nested_tvar: uint = 0b0000000001  
pub static resolve_rvar: uint = 0b0000000010  
pub static try_resolve_tvar_shallow: uint = 0  

Functions

resolver