Skip to content

Commit ce64f9d

Browse files
committed
Fix rebase issues
1 parent 2f69b79 commit ce64f9d

File tree

1 file changed

+2
-0
lines changed
  • src/librustc/infer/region_constraints

1 file changed

+2
-0
lines changed

src/librustc/infer/region_constraints/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,8 @@ impl<'tcx> RegionConstraintCollector<'tcx> {
851851
ty::ReVar(vid) => self.var_universe(vid),
852852
ty::ReLateBound(..) =>
853853
bug!("universe(): encountered bound region {:?}", region),
854+
ty::ReCanonical(..) =>
855+
bug!("region_universe(): encountered canonical region {:?}", region),
854856
}
855857
}
856858

0 commit comments

Comments
 (0)