introduce LateParamRegionKind
This commit is contained in:
parent
3378a5e084
commit
085d931810
19 changed files with 157 additions and 59 deletions
|
@ -83,7 +83,8 @@ pub use self::predicate::{
|
|||
TypeOutlivesPredicate,
|
||||
};
|
||||
pub use self::region::{
|
||||
BoundRegion, BoundRegionKind, EarlyParamRegion, LateParamRegion, Region, RegionKind, RegionVid,
|
||||
BoundRegion, BoundRegionKind, EarlyParamRegion, LateParamRegion, LateParamRegionKind, Region,
|
||||
RegionKind, RegionVid,
|
||||
};
|
||||
pub use self::rvalue_scopes::RvalueScopes;
|
||||
pub use self::sty::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue