Cleanup retrieve_closure_constraint_info
This commit is contained in:
parent
2be6301857
commit
ff623ffc39
2 changed files with 30 additions and 42 deletions
|
@ -73,7 +73,7 @@ impl<'tcx> Index<OutlivesConstraintIndex> for OutlivesConstraintSet<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||
pub struct OutlivesConstraint<'tcx> {
|
||||
// NB. The ordering here is not significant for correctness, but
|
||||
// it is for convenience. Before we dump the constraints in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue