Make relate_type_and_mut
public
This commit is contained in:
parent
eab201df70
commit
3607857756
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ pub trait Relate<'tcx>: TypeFoldable<'tcx> + Copy {
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// Relate impls
|
||||
|
||||
fn relate_type_and_mut<'tcx, R: TypeRelation<'tcx>>(
|
||||
pub fn relate_type_and_mut<'tcx, R: TypeRelation<'tcx>>(
|
||||
relation: &mut R,
|
||||
a: ty::TypeAndMut<'tcx>,
|
||||
b: ty::TypeAndMut<'tcx>,
|
||||
|
|
Loading…
Reference in a new issue