fix tidy error
This commit is contained in:
parent
35e78b5cdd
commit
a985634fc0
1 changed files with 4 additions and 1 deletions
|
|
@ -1029,7 +1029,10 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
|
|||
self.tcx.mk_var(self.next_ty_var_id(universe, false, origin))
|
||||
}
|
||||
|
||||
pub fn next_diverging_ty_var(&self, universe: ty::UniverseIndex, origin: TypeVariableOrigin) -> Ty<'tcx> {
|
||||
pub fn next_diverging_ty_var(&self,
|
||||
universe: ty::UniverseIndex,
|
||||
origin: TypeVariableOrigin)
|
||||
-> Ty<'tcx> {
|
||||
self.tcx.mk_var(self.next_ty_var_id(universe, true, origin))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue