Track causes for universes created during borrowck
This commit is contained in:
committed by
Rémy Rakic
parent
e271383c6b
commit
5e6027c6bf
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user