Skip to content

Commit

Permalink
Add doc-comment describing AddRegionConstraint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jun 15, 2020
1 parent af19b7e commit e755dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chalk-ir/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,7 @@ pub enum GoalData<I: Interner> {
/// proven via program clauses
DomainGoal(DomainGoal<I>),

/// Adds a region constraint requiring `'a : 'b`, given two lifetimes `'a, 'b`
AddRegionConstraint(Lifetime<I>, Lifetime<I>),

/// Indicates something that cannot be proven to be true or false
Expand Down

0 comments on commit e755dec

Please sign in to comment.