Track causes for universes created during borrowck
This commit is contained in:
parent
e271383c6b
commit
5e6027c6bf
9 changed files with 329 additions and 129 deletions
|
@ -1506,7 +1506,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
|
|||
self.inner.borrow_mut().projection_cache().clear();
|
||||
}
|
||||
|
||||
fn universe(&self) -> ty::UniverseIndex {
|
||||
pub fn universe(&self) -> ty::UniverseIndex {
|
||||
self.universe.get()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue