mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
fix tidy error
This commit is contained in:
committed by
Sean Griffin
parent
35e78b5cdd
commit
a985634fc0
@@ -1029,7 +1029,10 @@ pub fn next_ty_var(&self, universe: ty::UniverseIndex, origin: TypeVariableOrigi
|
||||
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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user