Traits§
Functions§
- region_
known_ to_ outlive - Given a known
param_envand a set of well formed types, can we prove thatregion_aoutlivesregion_b - test_
region_ obligations - Given a known
param_envand a set of well formed types, set up anInferCtxt, call the passed function (to e.g. set up region constraints to be tested), then resolve region and return errors - ty_
known_ to_ outlive - Given a known
param_envand a set of well formed types, can we prove thattyoutlivesregion.